Hide menu
Loading...
Searching...
No Matches
manufacturingtoolkit.CadExMTK.ModelData_Part Class Reference

Part Part.hxx cadex/ModelData/Part.hxx. More...

Inheritance diagram for manufacturingtoolkit.CadExMTK.ModelData_Part:
manufacturingtoolkit.CadExMTK.ModelData_ModelElement manufacturingtoolkit.CadExMTK.BaseObject

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)
 

Static Public Member Functions

 CompareType (theObject)
 Returns true if theObject is a model element.
 
 Cast (theBase)
 

Detailed Description

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).

See also
Product Structure, Part Representations.

Constructor & Destructor Documentation

◆ __init__()

manufacturingtoolkit.CadExMTK.ModelData_Part.__init__ ( self,
* args )

Member Function Documentation

◆ Cast()

manufacturingtoolkit.CadExMTK.ModelData_Part.Cast ( theBase)
static

◆ CompareType()

manufacturingtoolkit.CadExMTK.ModelData_Part.CompareType ( theObject)
static

Returns true if theObject is a model element.

Reimplemented from manufacturingtoolkit.CadExMTK.ModelData_ModelElement.


The documentation for this class was generated from the following file:
  • CadExMTK.py