PointOnCurveJointCollection Class¶
-
class
NXOpen.Mechatronics.PointOnCurveJointCollection¶ Bases:
objectRepresents a collection of PointOnCurve Joint.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX9.0.0.
Methods¶
| Method | Description |
|---|---|
| CreatePointOnCurveJointBuilder | Creates a NXOpen.Mechatronics.PointOnCurveJointBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.PointOnCurveJoint with the given name. |
Method Detail¶
CreatePointOnCurveJointBuilder¶
-
PointOnCurveJointCollection.CreatePointOnCurveJointBuilder¶ Creates a
NXOpen.Mechatronics.PointOnCurveJointBuilder.Signature
CreatePointOnCurveJointBuilder(joint)Parameters: joint ( NXOpen.Mechatronics.PointOnCurveJoint) –NXOpen.Mechatronics.PointOnCurveJointto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.PointOnCurveJointBuilderNew in version NX9.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
PointOnCurveJointCollection.FindObject¶ Finds the
NXOpen.Mechatronics.PointOnCurveJointwith 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.PointOnCurveJoint.Returns: NXOpen.Mechatronics.PointOnCurveJointwith this name.Return type: NXOpen.Mechatronics.PointOnCurveJointNew in version NX9.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)