BushingCollection Class¶
-
class
NXOpen.Motion.BushingCollection¶ Bases:
objectRepresents a collection of motion joints
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX6.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateBushingBuilder | Return NXOpen.Motion.BushingBuilder object |
| FindObject | Finds the NXOpen.Motion.Bushing with the given name. |
Method Detail¶
CreateBushingBuilder¶
-
BushingCollection.CreateBushingBuilder¶ Return
NXOpen.Motion.BushingBuilderobjectSignature
CreateBushingBuilder(bushing)Parameters: bushing ( NXOpen.Motion.Bushing) –NXOpen.Motion.Bushingto be edited, if None then create a new oneReturns: BushingBuilder object Return type: NXOpen.Motion.BushingBuilderNew in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
BushingCollection.FindObject¶ Finds the
NXOpen.Motion.Bushingwith 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.Bushingwith this name.Return type: NXOpen.Motion.BushingNew in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)