AlignBodyCollection Class

class NXOpen.Mechatronics.AlignBodyCollection

Bases: object

Represents a collection of Align Body.

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

New in version NX12.0.0.

Methods

Method Description
CreateAlignBodyBuilder Creates a NXOpen.Mechatronics.AlignBodyBuilder.
FindObject Finds the NXOpen.Mechatronics.AlignBody with the given name.

Method Detail

CreateAlignBodyBuilder

AlignBodyCollection.CreateAlignBodyBuilder

Creates a NXOpen.Mechatronics.AlignBodyBuilder.

Signature CreateAlignBodyBuilder(snapPoint)

Parameters:snapPoint (NXOpen.Mechatronics.AlignBody) – NXOpen.Mechatronics.AlignBody to be edited, if None then create a new one
Returns:
Return type:NXOpen.Mechatronics.AlignBodyBuilder

New in version NX12.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

AlignBodyCollection.FindObject

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

New in version NX12.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)