SegmentCollection Class¶
-
class
NXOpen.Motion.SegmentCollection¶ Bases:
objectRepresents a collection of Segment objects, only creation is supported
To obtain an instance of this class, refer to
NXOpen.Motion.RoadNew 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.Segmentobject 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.Segmentobject with this name.Return type: NXOpen.Motion.SegmentNew in version NX11.0.0.
License requirements: None.