Click or drag to resize

PositionsNominalBeforeTransformation Property

Gets the last executed nominal position before applying the Process Transformation.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public Point4D NominalBeforeTransformation { get; set; }

Property Value

Point4D
Remarks
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