PointOnSurfaceCollection Class

class NXOpen.Motion.PointOnSurfaceCollection

Bases: object

Represents a collection of Point on Surface objects

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

New 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.PointOnSurfaceBuilder

Signature CreatePointOnSurfaceBuilder(pointonsurface)

Parameters:pointonsurface (NXOpen.Motion.PointOnSurface) –
Returns:
Return type:NXOpen.Motion.PointOnSurfaceBuilder

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

FindObject

PointOnSurfaceCollection.FindObject

Finds the NXOpen.Motion.PointOnSurface 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 name of the NXOpen.Motion.PointOnSurface.
Returns:NXOpen.Motion.PointOnSurface with this name.
Return type:NXOpen.Motion.PointOnSurface

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)