PreventCollisionCollection Class

class NXOpen.Mechatronics.PreventCollisionCollection

Bases: object

Represents a collection of Prevent Collision Constraint.

To obtain an instance of this class, refer to NXOpen.Mechatronics.PhysicsManager

New in version NX7.5.1.

Method Detail

CreatePreventCollisionBuilder

PreventCollisionCollection.CreatePreventCollisionBuilder

Creates a NXOpen.Mechatronics.PreventCollisionBuilder.

Signature CreatePreventCollisionBuilder(preventCollision)

Parameters:preventCollision (NXOpen.Mechatronics.PreventCollision) – NXOpen.Mechatronics.PreventCollision to be edited, if None then create a new one
Returns:
Return type:NXOpen.Mechatronics.PreventCollisionBuilder

New in version NX7.5.1.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

PreventCollisionCollection.FindObject

Finds the NXOpen.Mechatronics.PreventCollision with 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.PreventCollision with this name.
Return type:NXOpen.Mechatronics.PreventCollision

New in version NX7.5.1.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)