PreventCollisionCollection Class¶
-
class
NXOpen.Mechatronics.PreventCollisionCollection¶ Bases:
objectRepresents a collection of Prevent Collision Constraint.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX7.5.1.
Methods¶
| Method | Description |
|---|---|
| CreatePreventCollisionBuilder | Creates a NXOpen.Mechatronics.PreventCollisionBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.PreventCollision with the given name. |
Method Detail¶
CreatePreventCollisionBuilder¶
-
PreventCollisionCollection.CreatePreventCollisionBuilder¶ Creates a
NXOpen.Mechatronics.PreventCollisionBuilder.Signature
CreatePreventCollisionBuilder(preventCollision)Parameters: preventCollision ( NXOpen.Mechatronics.PreventCollision) –NXOpen.Mechatronics.PreventCollisionto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.PreventCollisionBuilderNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
PreventCollisionCollection.FindObject¶ Finds the
NXOpen.Mechatronics.PreventCollisionwith 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.PreventCollision.Returns: NXOpen.Mechatronics.PreventCollisionwith this name.Return type: NXOpen.Mechatronics.PreventCollisionNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)