Interface ICLDMoveVelocityCommand
Common ancestor for all CLData commands that set the speed for movements (FEDRAT and RAPID).
Inherited Members
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICLDMoveVelocityCommand : ICLDCommand, INamedProperty
Properties
FeedCode
Numerical representation of the "FeedKind" flag, that defines the kind of a feed (working, rapid, engage, return, finish etc.). For a wire EDM case it contains the numerical code of a row in a machining conditions table.
Declaration
int FeedCode { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
FeedKind
The kind of a feed (working, rapid, engage, return, finish etc.).
Declaration
CLDFeedKind FeedKind { get; }
Property Value
Type | Description |
---|---|
CLDFeedKind |
FeedUnits
Units of the feed (mm/min, mm/rev etc.)
Declaration
CLDFeedUnits FeedUnits { get; }
Property Value
Type | Description |
---|---|
CLDFeedUnits |
FeedValue
The value of the feed.
Declaration
double FeedValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
IsRapid
Contains "true" if the command is a RAPID command, otherwise it is "false".
Declaration
bool IsRapid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |