Interface ICLDMultiAxisArray
Auxiliary interface for the multimotion's axes list to use it inside MultiMotionAxesEnumerator that allows to use foreach syntax.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICLDMultiAxisArray
Properties
AxesCount
Count of axes in the list.
Declaration
int AxesCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Axis
The list of multi-axis movement axes.
Declaration
ICLDMultiMotionAxesIndexer Axis { get; }
Property Value
Type | Description |
---|---|
ICLDMultiMotionAxesIndexer |