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

FIS.FitPlaneToSurface Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FitPlaneToSurface
(
	FilNet.Surface inSurface,
	out FilNet.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
outPlaneFilNet.Plane3DFitted plane.

Function Overrides

See also