You are here: Start » AVL.NET » AVS.AlignPoint3DGridToPlane Method

AVS.AlignPoint3DGridToPlane Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AlignPoint3DGridToPlane
(
	AvlNet.Point3DGrid inGrid,
	AvlNet.Plane3D inPlane,
	AvlNet.Point3DGrid outGrid
)

Parameters

Name Type Range Default Description
inGridAvlNet.Point3DGrid
inPlaneAvlNet.Plane3DThe plane that determines rotation transform.
outGridAvlNet.Point3DGrid

Function Overrides

See also