ExportAsGeometryBuilder Class Reference
Last update: 16.07.2025Represents a Export As Geometry Builder. More...

Static Public Attributes | |
| str | ExportComponent = property(fget=__GetExportComponent, fset=__SetExportComponent) |
| Gets or sets the component used to export geometry. | |
| str | ExportMode = property(fget=__GetExportMode, fset=__SetExportMode) |
| Gets or sets the export mode. | |
| str | ExportTemplateName = property(fget=__GetExportTemplateName, fset=__SetExportTemplateName) |
| Gets or sets the template name. | |
| str | Features = property(fget=__GetFeatures, fset=__SetFeatures) |
| Gets or sets features to export as geometry. | |
| str | PartName = property(fget=__GetPartName, fset=__SetPartName) |
| Gets or sets the part name. | |
| str | UseExportTemplate = property(fget=__GetUseExportTemplate, fset=__SetUseExportTemplate) |
| Gets or sets the Part template activation . | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Properties inherited from Builder | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Additional Inherited Members | |
Public Member Functions inherited from Builder | |
| 'None' | Commit (self) |
| Commits any edits that have been applied to the builder. | |
Detailed Description
Represents a Export As Geometry Builder.
The Export As Geometry Builder export feature visualization as geometry.
To create a new instance of this class, use FeatureCollection.CreateExportAsGeometryBuilder.
Member Data Documentation
◆ ExportComponent
|
static |
Gets or sets the component used to export geometry.
Prerequisite: ExportMode must be 0 to set Component.
The Features property takes and returns a list of feature objects.
Value type: Component tag.
The default value is an empty.
◆ ExportMode
|
static |
Gets or sets the export mode.
The values are:
0 - Export to a new part.
1 - Export to an existing part.
Value type: Integer.
The default value is 0.
◆ ExportTemplateName
|
static |
Gets or sets the template name.
Prerequisite: The UseExportTemplate property must be True and ExportMode must be 0.
Value type: String.
The default value is an empty string.
◆ Features
|
static |
Gets or sets features to export as geometry.
The Features property takes and returns a list of feature objects.
Value type: List of Feature objects.
The default value is an empty list.
◆ PartName
|
static |
Gets or sets the part name.
Prerequisite: The ExportMode property must be 0.
Value type: String.
The default value is Speos Export Part.
◆ UseExportTemplate
|
static |
Gets or sets the Part template activation .
True: Use Part template.
False: Does not use Part template.
Value type: Boolean.
The default value is False.
The documentation for this class was generated from the following file:
- SpeosNX_2412.py
Properties inherited from