Interface ICLDAxesBrakeCommand
AXESBRAKE CLData command to turn on and off axes brakes if there are axes brakes on the machine.
Inherited Members
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICLDAxesBrakeCommand : ICLDCommand, INamedProperty
Properties
Axes
Axes' enumerator object for the brakes to be possible to use covenient foreach syntax.
Declaration
IEnumerable Axes { get; }
Property Value
Type | Description |
---|---|
System.Collections.IEnumerable |
AxesCount
The count of axes inside the "Axis" list.
Declaration
int AxesCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Axis
The list of axes brake states Axis[i] or Axis["AxisCPos"].
Declaration
ICLDBrakeAxesIndexer Axis { get; }
Property Value
Type | Description |
---|---|
ICLDBrakeAxesIndexer |
Methods
HasAxis(String)
Returns "True" if the "Axis" list contains the axis with the specified textual ID. Otherwise returns "False".
Declaration
bool HasAxis(string ID)
Parameters
Type | Name | Description |
---|---|---|
System.String | ID | Textual identifier of the machine axis. |
Returns
Type | Description |
---|---|
System.Boolean |