NX Open C++ Reference Guide
|
Represents a Drill Surface Builder
This is an abstract class and cannot be instantiated.
More...
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::NXObject * | Surface () |
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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Drill Surface Builder
This is an abstract class and cannot be instantiated.
Created in NX7.5.0.
void NXOpen::CAM::DrillSurfaceBuilder::SetSurface | ( | NXOpen::NXObject * | surface | ) |
void NXOpen::CAM::DrillSurfaceBuilder::SetSurfaceOption | ( | NXOpen::CAM::DrillSurfaceBuilder::SurfaceType | surfaceOption | ) |
Sets the surface option
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
surfaceOption | surfaceoption |
void NXOpen::CAM::DrillSurfaceBuilder::SetZcConstant | ( | double | zcConstant | ) |
Sets the zc constant, will create one plane based on this value
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
zcConstant | zcconstant |
NXOpen::NXObject* NXOpen::CAM::DrillSurfaceBuilder::Surface | ( | ) |
NXOpen::CAM::DrillSurfaceBuilder::SurfaceType NXOpen::CAM::DrillSurfaceBuilder::SurfaceOption | ( | ) |
Returns the surface option
Created in NX7.5.0.
License requirements : None
double NXOpen::CAM::DrillSurfaceBuilder::ZcConstant | ( | ) |
Returns the zc constant, will create one plane based on this value
Created in NX7.5.0.
License requirements : None