LinkDriverCollection Class¶
-
class
NXOpen.Motion.LinkDriverCollection¶ Bases:
objectRepresents a collection of LinkDriver objects
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX11.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateLinkDriverBuilder | Creates a NXOpen.Motion.LinkDriverBuilder |
| FindObject | Finds the NXOpen.Motion.LinkDriver object with the given name. |
Method Detail¶
CreateLinkDriverBuilder¶
-
LinkDriverCollection.CreateLinkDriverBuilder¶ Creates a
NXOpen.Motion.LinkDriverBuilderSignature
CreateLinkDriverBuilder(linkDriver)Parameters: linkDriver ( NXOpen.Motion.LinkDriver) –NXOpen.Motion.LinkDriverto be editedReturns: LinkDriverBuilder object Return type: NXOpen.Motion.LinkDriverBuilderNew in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
LinkDriverCollection.FindObject¶ Finds the
NXOpen.Motion.LinkDriverobject with 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.LinkDriver.Returns: NXOpen.Motion.LinkDriverwith this name.Return type: NXOpen.Motion.LinkDriverNew in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)