|
SHAPER
9.15.0
|
Feature to export all shapes and groups into the GEOM module. More...

Public Member Functions | |
| def | __init__ (self) |
| The constructor. More... | |
| def | getKind (self) |
| Returns the kind of a feature. More... | |
| def | isAction (self) |
| This feature is action: has no property panel and executes immediately. More... | |
| def | initAttributes (self) |
| This feature has no attributes, as it is action. More... | |
| def | exportViaXAO (self) |
| Export the results, groups and fields via XAO. More... | |
| def | execute (self) |
| Exports all shapes and groups into the GEOM module. More... | |
Static Public Member Functions | |
| def | ID () |
| Export kind. More... | |
Data Fields | |
| tmpXAOFile | |
| Part | |
| Get active document. More... | |
| geomObjects | |
| List of objects created in the old geom for later use. More... | |
| geompy | |
| geomBuilder tool More... | |
Feature to export all shapes and groups into the GEOM module.
| def ConnectorPlugin_ExportFeature.ExportFeature.__init__ | ( | self | ) |
The constructor.
|
static |
Export kind.
Static.
| def ConnectorPlugin_ExportFeature.ExportFeature.getKind | ( | self | ) |
Returns the kind of a feature.
| def ConnectorPlugin_ExportFeature.ExportFeature.isAction | ( | self | ) |
This feature is action: has no property panel and executes immediately.
| def ConnectorPlugin_ExportFeature.ExportFeature.initAttributes | ( | self | ) |
This feature has no attributes, as it is action.
| def ConnectorPlugin_ExportFeature.ExportFeature.exportViaXAO | ( | self | ) |
Export the results, groups and fields via XAO.
| def ConnectorPlugin_ExportFeature.ExportFeature.execute | ( | self | ) |
Exports all shapes and groups into the GEOM module.
| ConnectorPlugin_ExportFeature.ExportFeature.Part |
Get active document.
| ConnectorPlugin_ExportFeature.ExportFeature.geomObjects |
List of objects created in the old geom for later use.
| ConnectorPlugin_ExportFeature.ExportFeature.geompy |
geomBuilder tool