ForceTorqueControlCollection Class¶
-
class
NXOpen.Mechatronics.ForceTorqueControlCollection¶ Bases:
objectRepresents the ForceTorque collection for ForceTorque constraint.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX11.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateForceTorqueControlBuilder | Creates a NXOpen.Mechatronics.ForceTorqueControlBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.ForceTorqueControl with the given name. |
Method Detail¶
CreateForceTorqueControlBuilder¶
-
ForceTorqueControlCollection.CreateForceTorqueControlBuilder¶ Creates a
NXOpen.Mechatronics.ForceTorqueControlBuilder.Signature
CreateForceTorqueControlBuilder(forceControl)Parameters: forceControl ( NXOpen.Mechatronics.ForceTorqueControl) –NXOpen.Mechatronics.ForceTorqueControlto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.ForceTorqueControlBuilderNew in version NX11.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
ForceTorqueControlCollection.FindObject¶ Finds the
NXOpen.Mechatronics.ForceTorqueControlwith 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.SpeedControl.Returns: NXOpen.Mechatronics.ForceTorqueControlwith this name.Return type: NXOpen.Mechatronics.ForceTorqueControlNew in version NX11.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)