NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::CAM::DrillSurfaceBuilder Class Reference

Represents a Drill Surface Builder
This is an abstract class and cannot be instantiated. More...

Inheritance diagram for NXOpen::CAM::DrillSurfaceBuilder:
NXOpen::TaggedObject

List of all members.

Public Types

enum  SurfaceType { SurfaceTypeFace, SurfaceTypePlane, SurfaceTypeZcConstant, SurfaceTypeNone }
 Drill surface type. More...

Public Member Functions

void SetSurface (NXOpen::NXObject *surface)
 Sets the selected surface,surface entity type covers Xform,Plane and Face
Created in NX7.5.0.
void SetSurfaceOption (NXOpen::CAM::DrillSurfaceBuilder::SurfaceType surfaceOption)
 Sets the surface option
Created in NX7.5.0.
void SetZcConstant (double zcConstant)
 Sets the zc constant, will create one plane based on this value
Created in NX7.5.0.
NXOpen::NXObjectSurface ()
 Returns the selected surface,surface entity type covers Xform,Plane and Face
Created in NX7.5.0.
NXOpen::CAM::DrillSurfaceBuilder::SurfaceType SurfaceOption ()
 Returns the surface option
Created in NX7.5.0.
double ZcConstant ()
 Returns the zc constant, will create one plane based on this value
Created in NX7.5.0.

Detailed Description

Represents a Drill Surface Builder
This is an abstract class and cannot be instantiated.



Created in NX7.5.0.


Member Enumeration Documentation

Drill surface type.

Enumerator:
SurfaceTypeFace 

face

SurfaceTypePlane 

plane

SurfaceTypeZcConstant 

zc constant

SurfaceTypeNone 

none


Member Function Documentation

Sets the selected surface,surface entity type covers Xform,Plane and Face
Created in NX7.5.0.



License requirements : cam_base ("CAM BASE")

Parameters:
surfaceentity type can be XFORM, PLANE or FACE.If surface type is PLANE, zcConstant value also is changed based on it

Sets the surface option
Created in NX7.5.0.



License requirements : cam_base ("CAM BASE")

Parameters:
surfaceOptionsurfaceoption

Sets the zc constant, will create one plane based on this value
Created in NX7.5.0.



License requirements : cam_base ("CAM BASE")

Parameters:
zcConstantzcconstant

Returns the selected surface,surface entity type covers Xform,Plane and Face
Created in NX7.5.0.



License requirements : None

Returns the surface option
Created in NX7.5.0.



License requirements : None

Returns the zc constant, will create one plane based on this value
Created in NX7.5.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.