BushingCollection Class

class NXOpen.Motion.BushingCollection

Bases: object

Represents a collection of motion joints

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

New in version NX6.0.0.

Methods

Method Description
CreateBushingBuilder Return NXOpen.Motion.BushingBuilder object @return BushingBuilder object
FindObject Finds the NXOpen.Motion.Bushing with the given name.

Method Detail

CreateBushingBuilder

BushingCollection.CreateBushingBuilder

Return NXOpen.Motion.BushingBuilder object

Signature CreateBushingBuilder(bushing)

Parameters:bushing (NXOpen.Motion.Bushing) – NXOpen.Motion.Bushing to be edited, if None then create a new one
Returns:BushingBuilder object
Return type:NXOpen.Motion.BushingBuilder

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

FindObject

BushingCollection.FindObject

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

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)