NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void DeleteVariableIncrementListData (int index)
 Delete an existing variable increment More...
 
unsafe void GetVariableIncrementListData (int index, out int numberOfCuts, out double increment)
 Get the values of variable increment 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 SetVariableIncrementListData (int numberOfCuts, double increment)
 Create a new variable increment at last of list, name maybe changed if not unique More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. 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)
inline

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

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

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

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.