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

FIS.FitPlaneToPoint3DGrid Method

Approximates points of the input grid with a plane using the Least Squares method.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FitPlaneToPoint3DGrid
(
	FilNet.Point3DGrid inPointGrid,
	NullableRef<FilNet.Region> inRoi,
	out FilNet.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inPointGridFilNet.Point3DGridInput point grid.
inRoiFilNet.NullableRef<FilNet.Region>Region of interest. Default value: ftl::NIL.
outPlaneFilNet.Plane3DFitted plane.

Function Overrides

See also