Click or drag to resize

FieldCorrectionTransfomationSurfaceProjection Method

Converts a 3D correction to 2D by projecting all grid positions onto a stl surface.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public 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

FieldCorrection
Returns the transformed field correction.
See Also