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

AVS.AlignPoint3DArrayToPlane Method

Rotates an array 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 AlignPoint3DArrayToPlane
(
	IList<AvlNet.Point3D> inPoints,
	AvlNet.Plane3D inPlane,
	IList<AvlNet.Point3D> outPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point3D>
inPlaneAvlNet.Plane3DThe plane that determines rotation transform.
outPointsSystem.Collections.Generic.IList<AvlNet.Point3D>

Function Overrides

See also