BallJointCollection Class¶
-
class
NXOpen.Mechatronics.BallJointCollection¶ Bases:
objectRepresents a collection of Ball Joint.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX7.5.1.
Methods¶
| Method | Description |
|---|---|
| CreateBallJointBuilder | Creates a NXOpen.Mechatronics.BallJointBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.BallJoint with the given name. |
Method Detail¶
CreateBallJointBuilder¶
-
BallJointCollection.CreateBallJointBuilder¶ Creates a
NXOpen.Mechatronics.BallJointBuilder.Signature
CreateBallJointBuilder(slide)Parameters: slide ( NXOpen.Mechatronics.BallJoint) –NXOpen.Mechatronics.BallJointto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.BallJointBuilderNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
BallJointCollection.FindObject¶ Finds the
NXOpen.Mechatronics.BallJointwith 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.BallJoint.Returns: NXOpen.Mechatronics.BallJointwith this name.Return type: NXOpen.Mechatronics.BallJointNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)