FieldCorrectionTransfomationSurfaceProjection Method |
Converts a 3D correction to 2D by projecting all grid positions onto a stl surface.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic FieldCorrection SurfaceProjection(
FieldCorrection source,
string importPath,
dmat4 transformation,
double targetZ
)
Parameters
- source FieldCorrection
- Field correction to transform.
- importPath String
- Path of the stl to import.
- transformation dmat4
- Transformation of the stl.
- targetZ Double
- Z position to use for grid points not contained in the stl.
Return Value
FieldCorrectionReturns the transformed field correction.
See Also