NX Open C++ Reference Guide
List of all members
NXOpen::CAM::NcmHoleDrilling Class Reference

Represents a NXOpen::CAM::NcmHoleDrilling. More...

Inheritance diagram for NXOpen::CAM::NcmHoleDrilling:
NXOpen::CAM::NcmHoleMachining NXOpen::CAM::NcmSubopBuilder NXOpen::CAM::BaseBuilder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Additional Inherited Members

- Public Types inherited from NXOpen::CAM::NcmHoleMachining
enum  CutcomTypes { CutcomTypesNone, CutcomTypesAllPasses, CutcomTypesFinalPass }
 Available types for cutter compensation in hole machining. More...
 
enum  FinalTypes {
  FinalTypesClearance, FinalTypesDistance, FinalTypesNone, FinalTypesClearanceShortestDistance,
  FinalTypesClearanceCutPlane
}
 Available types for final clearance in hole machining. More...
 
enum  InitialTypes {
  InitialTypesClearance, InitialTypesDistance, InitialTypesNone, InitialTypesBlankPlane,
  InitialTypesClearanceShortestDistance, InitialTypesClearanceCutPlane
}
 Available types for initial clearance in hole machining. More...
 
enum  OverlapTypes { OverlapTypesAxial, OverlapTypesAlongCut, OverlapTypesAngle }
 Available types for overlap types. More...
 
- Public Member Functions inherited from NXOpen::CAM::NcmHoleMachining
bool CollisionCheck ()
 Returns the collision check activation
Created in NX9.0.0. More...
 
double CutcomMinimumAngle ()
 Returns the cutter compensation minimum angle
Created in NX7.5.0. More...
 
NXOpen::CAM::InheritableToolDepBuilderCutcomMinimumMove ()
 Returns the cutter compensation minimum move builder (inheritable tool dep)
Created in NX7.5.0. More...
 
bool CutcomOutputContactPoint ()
 Returns the cutter compensation output contact point status
Created in NX7.5.0. More...
 
bool CutcomOutputPlane ()
 Returns the cutter compensation output plane status
Created in NX7.5.0. More...
 
NXOpen::CAM::NcmHoleMachining::CutcomTypes CutcomType ()
 Returns the cutter compensation type
Created in NX7.5.0. More...
 
NXOpen::CAM::NcmHoleMachiningEngRetEngage ()
 Returns the engage settings
Created in NX7.5.0. More...
 
NXOpen::CAM::NcmHoleMachiningEngRetFinalRetract ()
 Returns the final retract settings
Created in NX7.5.0. More...
 
NXOpen::CAM::InheritableToolDepBuilderFinalSafeDistance ()
 Returns the final safe distance builder (inheritable tool dep)
Created in NX7.5.0. More...
 
NXOpen::CAM::NcmHoleMachining::FinalTypes FinalType ()
 Returns the final type
Created in NX7.5.0. More...
 
NXOpen::CAM::NcmHoleMachiningEngRetInitialEngage ()
 Returns the initial engage settings
Created in NX7.5.0. More...
 
NXOpen::CAM::InheritableToolDepBuilderInitialSafeDistance ()
 Returns the initial safe distance builder (inheritable tool dep)
Created in NX7.5.0. More...
 
NXOpen::CAM::NcmHoleMachining::InitialTypes InitialType ()
 Returns the initial type
Created in NX7.5.0. More...
 
NXOpen::CAM::NcmSmoothingBuilderNcmSmoothing ()
 Returns the non cutting smoothing
Created in NX10.0.3. More...
 
double NumberOfThreads ()
 Returns the number of threads
Created in NX7.5.0. More...
 
double OverlapAngle ()
 Returns the overlap angle
Created in NX7.5.0. More...
 
double OverlapDistance ()
 Returns the overlap distance
Created in NX7.5.0. More...
 
NXOpen::CAM::NcmHoleMachining::OverlapTypes OverlapType ()
 Returns the region start type
Created in NX7.5.0. More...
 
double RegionStartAngle ()
 Returns the region start angle
Created in NX7.5.0. More...
 
NXOpen::CAM::NcmHoleMachiningEngRetRetract ()
 Returns the retract settings
Created in NX7.5.0. More...
 
void SetCollisionCheck (bool newValue)
 Sets the collision check activation
Created in NX9.0.0. More...
 
void SetCutcomMinimumAngle (double minimumAngle)
 Sets the cutter compensation minimum angle
Created in NX7.5.0. More...
 
void SetCutcomOutputContactPoint (bool newValue)
 Sets the cutter compensation output contact point status
Created in NX7.5.0. More...
 
void SetCutcomOutputPlane (bool outputPlane)
 Sets the cutter compensation output plane status
Created in NX7.5.0. More...
 
void SetCutcomType (NXOpen::CAM::NcmHoleMachining::CutcomTypes cutcomType)
 Sets the cutter compensation type
Created in NX7.5.0. More...
 
void SetFinalType (NXOpen::CAM::NcmHoleMachining::FinalTypes finalType)
 Sets the final type
Created in NX7.5.0. More...
 
void SetInitialType (NXOpen::CAM::NcmHoleMachining::InitialTypes initialType)
 Sets the initial type
Created in NX7.5.0. More...
 
void SetNumberOfThreads (double numberOfThreads)
 Sets the number of threads
Created in NX7.5.0. More...
 
void SetOverlapAngle (double overlapAngle)
 Sets the overlap angle
Created in NX7.5.0. More...
 
void SetOverlapDistance (double overlapDistance)
 Sets the overlap distance
Created in NX7.5.0. More...
 
void SetOverlapType (NXOpen::CAM::NcmHoleMachining::OverlapTypes overlapType)
 Sets the region start type
Created in NX7.5.0. More...
 
void SetRegionStartAngle (double regionStartAngle)
 Sets the region start angle
Created in NX7.5.0. More...
 
void SetStartFromCenter (bool startFromCenter)
 Sets the start from center
Created in NX7.5.5. More...
 
void SetSuppressCutcom (bool suppressCutcom)
 Sets the suppress cutter compensation
Created in NX7.5.0. More...
 
void SetTrackingData (const NXString &trackingData)
 Sets the tracking data (tracking point type)
Created in NX9.0.2. More...
 
void SetTrackingData (const char *trackingData)
 Sets the tracking data (tracking point type)
Created in NX9.0.2. More...
 
bool StartFromCenter ()
 Returns the start from center
Created in NX7.5.5. More...
 
bool SuppressCutcom ()
 Returns the suppress cutter compensation
Created in NX7.5.0. More...
 
NXString TrackingData ()
 Returns the tracking data (tracking point type)
Created in NX9.0.2. More...
 
NXOpen::CAM::NcmAvoidancePointBuilderTransferAvoidanceFrom ()
 Returns the from point builder
Created in NX7.5.0. More...
 
NXOpen::CAM::NcmAvoidancePointBuilderTransferAvoidanceGohome ()
 Returns the gohome point builder
Created in NX7.5.0. More...
 
NXOpen::CAM::NcmAvoidancePointBuilderTransferAvoidanceReturn ()
 Returns the return point builder
Created in NX7.5.0. More...
 
NXOpen::CAM::NcmAvoidancePointBuilderTransferAvoidanceStart ()
 Returns the start point builder
Created in NX7.5.0. More...
 
NXOpen::CAM::NcmTransferTransferBetweenRegions ()
 Returns the transfer between regions
Created in NX9.0.0. More...
 
NXOpen::CAM::NcmClearanceBuilderTransferClearance ()
 Returns the clearance setting
Created in NX7.5.0. More...
 
NXOpen::CAM::NcmTransferBuilderTransferInitialFinal ()
 Returns the transfer settings for initial and final
Created in NX7.5.0. More...
 

Detailed Description

Represents a NXOpen::CAM::NcmHoleDrilling.


Created in NX9.0.0.


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