Part Part.hxx cadex/ModelData/Part.hxx. More...
Public Member Functions | |
| __init__ (self, *args) | |
| AddBody (self, theBody) | |
| AddBodies (self, theBodies) | |
| Bodies (self) | |
| NumberOfBodies (self) | |
| Returns a number of bodies. | |
Public Member Functions inherited from manufacturingtoolkit.CadExMTK.ModelData_ModelElement | |
| SetName (self, theName) | |
| Sets a name. | |
| Name (self) | |
| Returns a name. | |
| SetUuid (self, theUuid) | |
| Uuid (self) | |
| Returns an object uuid. | |
| SetPMI (self, thePMI) | |
| PMI (self) | |
| Returns the object PMI. | |
| Accept (self, theVisitor) | |
Public Member Functions inherited from manufacturingtoolkit.CadExMTK.BaseObject | |
| Id (self) | |
| Return unique identifier of public object. | |
| IsNull (self) | |
| IsEqual (self, theObj) | |
| __hash__ (self) | |
| __eq__ (self, other) | |
Static Public Member Functions | |
| CompareType (theObject) | |
| Returns true if theObject is a model element. | |
| Cast (theBase) | |
Part Part.hxx cadex/ModelData/Part.hxx.
Defines a leaf node in the scene graph hiearchy.
A part corresponds to mechanical part or a product in the product structure hieararchy.
A part may contain one or more bodies (Body).
| manufacturingtoolkit.CadExMTK.ModelData_Part.__init__ | ( | self, | |
| * | args ) |
Reimplemented from manufacturingtoolkit.CadExMTK.ModelData_ModelElement.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.ModelData_ModelElement.
|
static |
Returns true if theObject is a model element.
Reimplemented from manufacturingtoolkit.CadExMTK.ModelData_ModelElement.