FieldCorrectionTransfomationCylinderFlatPattern Method |
Converts a 3D correction to 2D by unwrapping a cylinder surface.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic FieldCorrection CylinderFlatPattern(
FieldCorrection source,
double offsetRadial,
double offsetZ,
double radius,
double azimuth,
double elevation,
bool isHorizontal,
bool bottomSide
)
Parameters
- source FieldCorrection
- Field correction to transform.
- offsetRadial Double
- Cylinder offset in radial direction.
- offsetZ Double
- Cylinder offset in z direction.
- radius Double
- Radius of the cylinder.
- azimuth Double
- Orientation of the cylinder in the xy-plane.
- elevation Double
- Angle of the cylinder axis to the xy-plane.
- isHorizontal Boolean
- Controls whether the cylinder axis is horizontal or vertical.
- bottomSide Boolean
- Controls whether to use the bottom (concave) or the top (convex) side of the cylinder.
Return Value
FieldCorrectionReturns transformed field correction.
See Also