You are here: Start » FIL.NET » Invoke.AlignPoint3DGridToPlane

Invoke.AlignPoint3DGridToPlane

Rotates a grid of 3D points with a rotation that transforms the input plane to be parallel to XY plane.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AlignPoint3DGridToPlane
(
	Fil.Point3DGrid inGrid,
	Fil.Plane3D inPlane,
	Fil.Point3DGrid outGrid,
	Optional<Fil.Matrix> outTransform,
	Optional<Fil.Matrix> outInvertedTransform
)

Parameters

Name Type Range Default Description
inGridFil.Point3DGrid
inPlaneFil.Plane3DThe plane that determines rotation transform.
outGridFil.Point3DGrid
outTransformFtl.Optional<Fil.Matrix>Matrix of the transform used to align the input grid.
outInvertedTransformFtl.Optional<Fil.Matrix>Matrix of the transform rotating the output grid to the input one.

See also