Interface ICLDCutComCommand
CUTCOM CLData command to switch compensation mode for length or radius of the tool.
Inherited Members
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICLDCutComCommand : ICLDCommand, INamedProperty
Properties
CorrectorNumber
Number of tool corrector in machine's correctors table.
Declaration
int CorrectorNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsLeftDirection
Defines direction for the compensation. "True" means left direction, "False" means right direction.
Declaration
bool IsLeftDirection { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLength
Returns "True" if it's a LENGTH compensation switch command, otherwise returns "False".
Declaration
bool IsLength { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOff
Returns "True" if it's a compensation switch OFF command, otherwise returns "False".
Declaration
bool IsOff { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOn
Returns "True" if it's a compensation switch ON command, otherwise returns "False".
Declaration
bool IsOn { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRadius
Returns "True" if it's a RADIUS compensation switch command, otherwise returns "False".
Declaration
bool IsRadius { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRightDirection
Defines direction for the compensation. "True" means right direction, "False" means left direction.
Declaration
bool IsRightDirection { get; }
Property Value
Type | Description |
---|---|
System.Boolean |