NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
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

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.
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t GetTag () const
 
<b>Deprecated</b>:<br>

   Use Tag instead.

 
tag_t Tag () const
 Returns the tag of this object.
 

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

void NXOpen::CAM::DrillSurfaceBuilder::SetSurface ( NXOpen::NXObject surface)

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
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")

Parameters
surfaceOptionsurfaceoption
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")

Parameters
zcConstantzcconstant
NXOpen::NXObject* NXOpen::CAM::DrillSurfaceBuilder::Surface ( )

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



License requirements : None

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


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