LinkCollection Class¶
-
class
NXOpen.Motion.LinkCollection¶ Bases:
objectRepresents a collection of motion joints
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX5.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateFixedJoint | Creates a NXOpen.Motion.Joint |
| CreateLinkBuilder | Creates a NXOpen.Motion.LinkBuilder |
| FindObject | Finds the NXOpen.Motion.Link with the given name. |
Method Detail¶
CreateFixedJoint¶
-
LinkCollection.CreateFixedJoint¶ Creates a
NXOpen.Motion.JointSignature
CreateFixedJoint(link)Parameters: link ( NXOpen.Motion.Link) –NXOpen.Motion.Linkto be used to create relate fixed jointReturns: Return type: NXOpen.Motion.JointNew in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
CreateLinkBuilder¶
-
LinkCollection.CreateLinkBuilder¶ Creates a
NXOpen.Motion.LinkBuilderSignature
CreateLinkBuilder(link)Parameters: link ( NXOpen.Motion.Link) –NXOpen.Motion.Linkto be edited, if None then create a new oneReturns: Return type: NXOpen.Motion.LinkBuilderNew in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
LinkCollection.FindObject¶ Finds the
NXOpen.Motion.Linkwith 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.Motion.Link.Returns: NXOpen.Motion.Linkwith this name.Return type: NXOpen.Motion.LinkNew in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)