Interface ICLDInterpolationCommand
INTERPOLATION CLData command activates or deactivates interpolation modes like cylindrical, polar or continuous multiaxis interpolation.
Inherited Members
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICLDInterpolationCommand : ICLDCommand, INamedProperty
Properties
CylRadius
Specifies the cylinder radius for the cylindrical interpolation mode.
Declaration
double CylRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
InterpMode
Defines the type of an interpolation (polar-G112, cylindrical-G107 or continuous multiaxis-G43.4, TCPM, TRAORI).
Declaration
CLDInterpMode InterpMode { get; }
Property Value
Type | Description |
---|---|
CLDInterpMode |
InterpType
Numerical code to specify the type of an interpolation (polar, cylindrical or continuous multiaxis).
Declaration
int InterpType { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsOff
Returns "True" if it's interpolation switch OFF command, otherwise it returns "False".
Declaration
bool IsOff { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOn
Returns "True" if it's interpolation switch ON command, otherwise it returns "False".
Declaration
bool IsOn { get; }
Property Value
Type | Description |
---|---|
System.Boolean |