Class CenterlineDrillVariableIncrementBuilder
Inheritance
System.Object
System.MarshalByRefObject
CenterlineDrillVariableIncrementBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class CenterlineDrillVariableIncrementBuilder : TaggedObject, IMessageSink
Constructors
CenterlineDrillVariableIncrementBuilder()
Declaration
protected CenterlineDrillVariableIncrementBuilder()
Methods
DeleteVariableIncrementListData(Int32)
Declaration
public void DeleteVariableIncrementListData(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
GetVariableIncrementListData(Int32, out Int32, out Double)
Declaration
public void GetVariableIncrementListData(int index, out int numberOfCuts, out double increment)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Int32 | numberOfCuts | |
System.Double | increment |
ModifyVariableIncrementListData(Int32, Int32, Double)
Declaration
public void ModifyVariableIncrementListData(int index, int numberOfCuts, double increment)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Int32 | numberOfCuts | |
System.Double | increment |
SetVariableIncrementListData(Int32, Double)
Declaration
public void SetVariableIncrementListData(int numberOfCuts, double increment)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numberOfCuts | |
System.Double | increment |
Implements
System.Runtime.Remoting.Messaging.IMessageSink