PointOnCurveCollection Class¶
-
class
NXOpen.Motion.PointOnCurveCollection¶ Bases:
objectRepresents a collection of point on curve objects
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX6.0.0.
Methods¶
| Method | Description |
|---|---|
| CreatePointOnCurveBuilder | Creates a NXOpen.Motion.PointOnCurveBuilder |
| FindObject | Finds the NXOpen.Motion.PointOnCurve with the given name. |
Method Detail¶
CreatePointOnCurveBuilder¶
-
PointOnCurveCollection.CreatePointOnCurveBuilder¶ Creates a
NXOpen.Motion.PointOnCurveBuilderSignature
CreatePointOnCurveBuilder(pointOnCurve)Parameters: pointOnCurve ( NXOpen.Motion.PointOnCurve) –NXOpen.Motion.PointOnCurveto be edited, if None then create a new oneReturns: Return type: NXOpen.Motion.PointOnCurveBuilderNew in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
PointOnCurveCollection.FindObject¶ Finds the
NXOpen.Motion.PointOnCurvewith 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.PointOnCurve.Returns: NXOpen.Motion.PointOnCurvewith this name.Return type: NXOpen.Motion.PointOnCurveNew in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)