ScanHeadConfigFieldTransform Property |
Gets or Sets the Field Transformation Matrix for the scan head.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public Transform3D FieldTransform { get; set; }
Property Value
Transform3D
A transformation matrix to be applied to all coordinates
before field-correction.
This can be used, for instance, to set the effective field origin, or to rotate the entire field, etc.
Its default value is the identity matrix.
See Also