You are here:
Start »
AVL.NET »
AVL.FitPlaneToSurface Method
AVL.FitPlaneToSurface Method
Approximates points of the input surface with a plane using the Least Squares method.
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void FitPlaneToSurface(
AvlNet.Surface inSurface,
out AvlNet.Plane3D outPlane
)
Parameters
Errors
| Error type |
Description |
| DomainError |
No points to fit the plane to in FitPlaneToSurface. |
See also
- FitPlaneToSurface(AvlNet.Surface, AvlNet.Region, AvlNet.Plane3D)
- FitPlaneToSurface(AvlNet.Surface, AvlNet.Plane3D, float[], float, float, float[], float)
- FitPlaneToSurface(AvlNet.Surface, AvlNet.Region, AvlNet.Plane3D, float[], float, float, float[], float)
- Class Reference
- AVL Class