LoadTransferCollection Class¶
-
class
NXOpen.Motion.LoadTransferCollection¶ Bases:
objectRepresents a collection of load transfer objects
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX9.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateLoadTransferBuilder | Creates a NXOpen.Motion.LoadTransferBuilder. |
| FindObject | Finds the NXOpen.Motion.LoadTransfer with the given name. |
Method Detail¶
CreateLoadTransferBuilder¶
-
LoadTransferCollection.CreateLoadTransferBuilder¶ Creates a
NXOpen.Motion.LoadTransferBuilder.If active
NXOpen.Motion.MotionSolutionis not present, builder will not be created.Signature
CreateLoadTransferBuilder(loadTransfer)Parameters: loadTransfer ( NXOpen.Motion.LoadTransfer) –NXOpen.Motion.LoadTransferto be edited, if None then create a new oneReturns: Return type: NXOpen.Motion.LoadTransferBuilderNew in version NX9.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
LoadTransferCollection.FindObject¶ Finds the
NXOpen.Motion.LoadTransferwith 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.LoadTransfer.Returns: NXOpen.Motion.LoadTransferwith this name.Return type: NXOpen.Motion.LoadTransferNew in version NX9.0.0.
License requirements: mechanisms (“MECHANISMS”)