You are here: Start » FIL.NET » FIS.AlignPoint3DGridToPlane Method

FIS.AlignPoint3DGridToPlane Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inGridFilNet.Point3DGrid
inPlaneFilNet.Plane3DThe plane that determines rotation transform.
outGridFilNet.Point3DGrid

Function Overrides

See also