AlignBodyCollection Class¶
-
class
NXOpen.Mechatronics.AlignBodyCollection¶ Bases:
objectRepresents a collection of Align Body.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew 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.AlignBodyto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.AlignBodyBuilderNew in version NX12.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
AlignBodyCollection.FindObject¶ Finds the
NXOpen.Mechatronics.AlignBodywith 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.AlignBodywith this name.Return type: NXOpen.Mechatronics.AlignBodyNew in version NX12.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)