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 | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | outPlane | FilNet.Plane3D | Fitted plane. |
Function Overrides
- FitPlaneToSurface(Surface, NullableRef<Region>, Plane3D)
- FitPlaneToSurface(Surface, NullableRef<Region>, Plane3D, IList<Single>, Single, Single, IList<Single>, Single)
- FitPlaneToSurface(Surface, NullableRef<Region>, Plane3D, NullableRef<List<Single>>, NullableValue<Single>, NullableValue<Single>, NullableRef<List<Single>>, NullableValue<Single>)