PositionControlCollection Class¶
-
class
NXOpen.Mechatronics.PositionControlCollection¶ Bases:
objectRepresents a collection of Position Control.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX7.5.1.
Methods¶
| Method | Description |
|---|---|
| CreatePositionControlBuilder | Creates a NXOpen.Mechatronics.PositionControlBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.PositionControl with the given name. |
Method Detail¶
CreatePositionControlBuilder¶
-
PositionControlCollection.CreatePositionControlBuilder¶ Creates a
NXOpen.Mechatronics.PositionControlBuilder.Signature
CreatePositionControlBuilder(positionControl)Parameters: positionControl ( NXOpen.Mechatronics.PositionControl) –NXOpen.Mechatronics.PositionControlto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.PositionControlBuilderNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
PositionControlCollection.FindObject¶ Finds the
NXOpen.Mechatronics.PositionControlwith 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.PositionControl.Returns: NXOpen.Mechatronics.PositionControlwith this name.Return type: NXOpen.Mechatronics.PositionControlNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)