NXOpen .NET Reference  12.0.0
Public Member Functions | List of all members
NXOpen.CAM.CenterlineDrillVariableIncrementBuilder Class Reference

Represents a Turn Avoidance Path Points Builder More...

Inheritance diagram for NXOpen.CAM.CenterlineDrillVariableIncrementBuilder:

Public Member Functions

unsafe void GetVariableIncrementListData (int index, out int numberOfCuts, out double increment)
 Get the values of variable increment More...
 
unsafe void SetVariableIncrementListData (int numberOfCuts, double increment)
 Create a new variable increment at last of list, name maybe changed if not unique More...
 
unsafe void ModifyVariableIncrementListData (int index, int numberOfCuts, double increment)
 Modify an existing variable increment value, name maybe changed if not unique More...
 
unsafe void DeleteVariableIncrementListData (int index)
 Delete an existing variable increment More...
 

Detailed Description

Represents a Turn Avoidance Path Points Builder

Created in NX6.0.0

Member Function Documentation

unsafe 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
unsafe void NXOpen.CAM.CenterlineDrillVariableIncrementBuilder.GetVariableIncrementListData ( int  index,
out int  numberOfCuts,
out 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
unsafe 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
unsafe 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.