PointOnSurfaceCollection Class¶
-
class
NXOpen.Motion.PointOnSurfaceCollection¶ Bases:
objectRepresents a collection of Point on Surface objects
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX6.0.0.
Methods¶
| Method | Description |
|---|---|
| CreatePointOnSurfaceBuilder | Creates a NXOpen.Motion.PointOnSurfaceBuilder |
| FindObject | Finds the NXOpen.Motion.PointOnSurface with the given name. |
Method Detail¶
CreatePointOnSurfaceBuilder¶
-
PointOnSurfaceCollection.CreatePointOnSurfaceBuilder¶ Creates a
NXOpen.Motion.PointOnSurfaceBuilderSignature
CreatePointOnSurfaceBuilder(pointonsurface)Parameters: pointonsurface ( NXOpen.Motion.PointOnSurface) –Returns: Return type: NXOpen.Motion.PointOnSurfaceBuilderNew in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
PointOnSurfaceCollection.FindObject¶ Finds the
NXOpen.Motion.PointOnSurfacewith 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.PointOnSurface.Returns: NXOpen.Motion.PointOnSurfacewith this name.Return type: NXOpen.Motion.PointOnSurfaceNew in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)