Class ToolAxisInterpolate
Inheritance
System.Object
System.MarshalByRefObject
ToolAxisInterpolate
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 ToolAxisInterpolate : TaggedObject, IMessageSink
Constructors
ToolAxisInterpolate()
Declaration
protected ToolAxisInterpolate()
Properties
ControlDirection
Declaration
public ToolAxisInterpolate.ControlDirectionTypes ControlDirection { get; set; }
Property Value
Type | Description |
---|---|
ToolAxisInterpolate.ControlDirectionTypes |
InterpolationMethod
Declaration
public ToolAxisInterpolate.InterpolationMethodTypes InterpolationMethod { get; set; }
Property Value
Type | Description |
---|---|
ToolAxisInterpolate.InterpolationMethodTypes |
TurnInputMode
Declaration
public ToolAxisInterpolate.TurnInputModeTypes TurnInputMode { get; set; }
Property Value
Type | Description |
---|---|
ToolAxisInterpolate.TurnInputModeTypes |
TurnInterpolationMethod
Declaration
public ToolAxisInterpolate.TurnInterpolationMethodTypes TurnInterpolationMethod { get; set; }
Property Value
Type | Description |
---|---|
ToolAxisInterpolate.TurnInterpolationMethodTypes |
Methods
GetPoint(Int32)
Declaration
public Point GetPoint(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
Point |
GetTotalNumberOfPoints()
Declaration
public int GetTotalNumberOfPoints()
Returns
Type | Description |
---|---|
System.Int32 |
ResetToDefault()
Declaration
public void ResetToDefault()
Implements
System.Runtime.Remoting.Messaging.IMessageSink