API Reference v9.2.0

AxisTransformationstruct

Module: ZaberMotionGcode

Represents a transformation of a translator axis.

To use this type, add import ZaberMotionGcode to the top of your source code.

Properties

p

axisLetter

axisTransformation.axisLetter
String Letter of the translator axis (X,Y,Z,A,B,C,E).
p

scaling

optional
axisTransformation.scaling
Double? Scaling factor.
p

translation

optional
axisTransformation.translation
Measurement? Translation distance.