Click or drag to resize

ScanHeadConfigFieldTransform Property

Gets or Sets the Field Transformation Matrix for the scan head.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
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