LoadTransferCollection Class

class NXOpen.Motion.LoadTransferCollection

Bases: object

Represents a collection of load transfer objects

To obtain an instance of this class, refer to NXOpen.Motion.MotionManager

New 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.MotionSolution is not present, builder will not be created.

Signature CreateLoadTransferBuilder(loadTransfer)

Parameters:loadTransfer (NXOpen.Motion.LoadTransfer) – NXOpen.Motion.LoadTransfer to be edited, if None then create a new one
Returns:
Return type:NXOpen.Motion.LoadTransferBuilder

New in version NX9.0.0.

License requirements: mechanisms (“MECHANISMS”)

FindObject

LoadTransferCollection.FindObject

Finds the NXOpen.Motion.LoadTransfer 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.LoadTransfer.
Returns:NXOpen.Motion.LoadTransfer with this name.
Return type:NXOpen.Motion.LoadTransfer

New in version NX9.0.0.

License requirements: mechanisms (“MECHANISMS”)