|
SHAPER
9.15.0
|

Public Member Functions | |
| def | __init__ (self) |
| def | getKind (self) |
| def | initAttributes (self) |
| def | execute (self) |
| def | isMacro (self) |
Static Public Member Functions | |
| def | ID () |
| def | FILE_ID () |
| def | SEPARATOR_ID () |
Data Fields | |
| lfeatures | |
| folder | |
| separator | |
Import of Construction points
| def PythonAddons.macros.compoundVertices.feature.compoundVertices.__init__ | ( | self | ) |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
static |
Return Id of the Feature.
|
static |
Returns ID of the file select parameter.
|
static |
Returns ID of the separator parameter.
| def PythonAddons.macros.compoundVertices.feature.compoundVertices.getKind | ( | self | ) |
Override Feature.getKind()
| def PythonAddons.macros.compoundVertices.feature.compoundVertices.initAttributes | ( | self | ) |
Override Feature.initAttributes()
| def PythonAddons.macros.compoundVertices.feature.compoundVertices.execute | ( | self | ) |
F.execute() -- execute the Feature
| def PythonAddons.macros.compoundVertices.feature.compoundVertices.isMacro | ( | self | ) |
Override Feature.initAttributes(). F.isMacro() -> True compoundVertices feature is macro: removes itself on the creation transaction finish.