|
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 | execute (self) |
| Exports all shapes and groups into the GEOM module. More... | |
| def | processGroups (self, theRes, theEngine, thePartFeatureId, theStudyShape, theFields) |
| def | fillField (self, theField, theFeature, theEngine, theSelectionIndices) |
Static Public Member Functions | |
| def | ID () |
| Export kind. More... | |
Feature to export all shapes and groups into the GEOM module.
| def ConnectorPlugin_PublishToStudyFeature.PublishToStudyFeature.__init__ | ( | self | ) |
The constructor.
|
static |
Export kind.
Static.
| def ConnectorPlugin_PublishToStudyFeature.PublishToStudyFeature.getKind | ( | self | ) |
Returns the kind of a feature.
| def ConnectorPlugin_PublishToStudyFeature.PublishToStudyFeature.isAction | ( | self | ) |
This feature is action: has no property panel and executes immediately.
| def ConnectorPlugin_PublishToStudyFeature.PublishToStudyFeature.initAttributes | ( | self | ) |
This feature has no attributes, as it is action.
| def ConnectorPlugin_PublishToStudyFeature.PublishToStudyFeature.execute | ( | self | ) |
Exports all shapes and groups into the GEOM module.