TireCollection Class

class NXOpen.Motion.TireCollection

Bases: object

Represents a collection of motion tire elements

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

New in version NX11.0.0.

Methods

Method Description
CreateTireBuilder Return NXOpen.Motion.TireBuilder object @return TireBuilder object
FindObject Finds the NXOpen.Motion.Tire with the given name.

Method Detail

CreateTireBuilder

TireCollection.CreateTireBuilder

Return NXOpen.Motion.TireBuilder object

Signature CreateTireBuilder(tire)

Parameters:tire (NXOpen.Motion.Tire) – NXOpen.Motion.TireBuilder to be edited, if None then create a new one
Returns:TireBuilder object
Return type:NXOpen.Motion.TireBuilder

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

FindObject

TireCollection.FindObject

Finds the NXOpen.Motion.Tire 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 object name
Returns:the object pointer
Return type:NXOpen.Motion.Tire

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)