CollisionBodyCollection Class¶
-
class
NXOpen.Mechatronics.CollisionBodyCollection¶ Bases:
objectRepresents a collection of Collision Bodies.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX7.5.1.
Methods¶
| Method | Description |
|---|---|
| CreateCollisionBodyBuilder | Creates a NXOpen.Mechatronics.CollisionBodyBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.CollisionBody with the given name. |
Method Detail¶
CreateCollisionBodyBuilder¶
-
CollisionBodyCollection.CreateCollisionBodyBuilder¶ Creates a
NXOpen.Mechatronics.CollisionBodyBuilder.Signature
CreateCollisionBodyBuilder(collideBody)Parameters: collideBody ( NXOpen.Mechatronics.CollisionBody) –NXOpen.Mechatronics.CollisionBodyto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.CollisionBodyBuilderNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
CollisionBodyCollection.FindObject¶ Finds the
NXOpen.Mechatronics.CollisionBodywith the given name.An exception will be thrown if no object can be found with given name.
Signature
FindObject(name)Parameters: name (str) – The name of the NXOpen.Mechatronics.CollisionBody.Returns: NXOpen.Mechatronics.CollisionBodywith this name.Return type: NXOpen.Mechatronics.CollisionBodyNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)