PositionsNominalBeforeTransformation Property | 
            Gets the last executed nominal position before applying the Process Transformation.
            
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.9.1
Syntaxpublic 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