SegmentCollection Class

class NXOpen.Motion.SegmentCollection

Bases: object

Represents a collection of Segment objects, only creation is supported

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

New in version NX11.0.0.

Methods

Method Description
FindObject Finds the NXOpen.Motion.Segment object with the given name.

Method Detail

FindObject

SegmentCollection.FindObject

Finds the NXOpen.Motion.Segment object with the given name.

An exception will be thrown if no object can be found with given name.

Signature FindObject(name)

Parameters:name (str) – Name of the Segment object.
Returns:NXOpen.Motion.Segment object with this name.
Return type:NXOpen.Motion.Segment

New in version NX11.0.0.

License requirements: None.