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