PositionsNominalBeforeTransformation Property |
Gets the last executed nominal position before applying the Process Transformation.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public Point4D NominalBeforeTransformation { get; set; }
Property Value
Point4DRemarks
Note: This position is calculated using
NominalAfterTransformation and the
current available transformation. If the transformation was changed within the list it is
possible that this position is calculated using the wrong transformation.
See Also