NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAM::CenterlineDrillVariableIncrementBuilder Class Reference

Represents a Turn Avoidance Path Points Builder
Created in NX6.0.0. More...

Inheritance diagram for NXOpen::CAM::CenterlineDrillVariableIncrementBuilder:
NXOpen::TaggedObject

Public Member Functions

void DeleteVariableIncrementListData (int index)
 Delete an existing variable increment
Created in NX6.0.0. More...
 
void GetVariableIncrementListData (int index, int *numberOfCuts, double *increment)
 Get the values of variable increment
Created in NX6.0.0. More...
 
void ModifyVariableIncrementListData (int index, int numberOfCuts, double increment)
 Modify an existing variable increment value, name maybe changed if not unique
Created in NX6.0.0. More...
 
void SetVariableIncrementListData (int numberOfCuts, double increment)
 Create a new variable increment at last of list, name maybe changed if not unique
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Turn Avoidance Path Points Builder
Created in NX6.0.0.


Member Function Documentation

void NXOpen::CAM::CenterlineDrillVariableIncrementBuilder::DeleteVariableIncrementListData ( int  index)

Delete an existing variable increment
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
indexthe index of deleted variable increment list
void NXOpen::CAM::CenterlineDrillVariableIncrementBuilder::GetVariableIncrementListData ( int  index,
int *  numberOfCuts,
double *  increment 
)

Get the values of variable increment
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
indexthe index which will be get
numberOfCutsthe number of cuts
incrementthe increment value
void NXOpen::CAM::CenterlineDrillVariableIncrementBuilder::ModifyVariableIncrementListData ( int  index,
int  numberOfCuts,
double  increment 
)

Modify an existing variable increment value, name maybe changed if not unique
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
indexthe index of modified variable increment
numberOfCutsthe number of cuts
incrementthe increment value
void NXOpen::CAM::CenterlineDrillVariableIncrementBuilder::SetVariableIncrementListData ( int  numberOfCuts,
double  increment 
)

Create a new variable increment at last of list, name maybe changed if not unique
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
numberOfCutsthe number of cuts
incrementthe increment value

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