Click or drag to resize

CANON_PLANE Enumeration

Represents the axis pair for executing arc segments
Remarks
This enum can be parsed to the NIST enums

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public enum CANON_PLANE
Members
Member nameValueDescription
CANON_PLANE_XY1 Constrains an arc to be executed via X-Y interpolation
CANON_PLANE_YZ2 Constrains an arc to be executed via Y-Z interpolation
CANON_PLANE_XZ3 Constrains an arc to be executed via X-Z interpolation
See Also