Class ToolAxisInterpolate
Inheritance
ToolAxisInterpolate
Assembly: NXOpen.dll
public class ToolAxisInterpolate : TaggedObject, IMessageSink
Constructors
Declaration
protected ToolAxisInterpolate()
Properties
Declaration
public ToolAxisInterpolate.ControlDirectionTypes ControlDirection { get; set; }
Property Value
Declaration
public double InitializeFromDriveLeadAngle { get; set; }
Property Value
Declaration
public double InitializeFromDriveMaxAngle { get; set; }
Property Value
Declaration
public double InitializeFromDriveStepSize { get; set; }
Property Value
Declaration
public double InitializeFromDriveTiltAngle { get; set; }
Property Value
Declaration
public ToolAxisInterpolate.InterpolationMethodTypes InterpolationMethod { get; set; }
Property Value
Declaration
public ToolAxisInterpolate.TurnInputModeTypes TurnInputMode { get; set; }
Property Value
Declaration
public ToolAxisInterpolate.TurnInterpolationMethodTypes TurnInterpolationMethod { get; set; }
Property Value
Methods
Declaration
public Point GetPoint(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
Declaration
public int GetTotalNumberOfPoints()
Returns
Declaration
public void ResetToDefault()
Implements
System.Runtime.Remoting.Messaging.IMessageSink