You are here: Start » FIL.NET » FIS.SurfaceFlatness Method
FIS.SurfaceFlatness Method
Computes the surface flatness i.e. how thick the surface is according to the input plane.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SurfaceFlatness ( FilNet.Surface inSurface, NullableRef<FilNet.Region> inRoi, FilNet.Plane3D inPlane, out FilNet.Point3D outMaximumPoint1, out FilNet.Point3D outMaximumPoint2, out float outMaximumDistance1, out float outMaximumDistance2, out float outFlatness )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inPlane | FilNet.Plane3D | Input plane. | ||
![]() | outMaximumPoint1 | FilNet.Point3D | Surface point with the largest distance on one side of the plane. | ||
![]() | outMaximumPoint2 | FilNet.Point3D | Surface point with the largest distance on the other side of the plane. | ||
![]() | outMaximumDistance1 | float | Distance of the first maximum point from the input plane. | ||
![]() | outMaximumDistance2 | float | Distance of the second maximum point from the input plane. | ||
![]() | outFlatness | float | Difference between two extremal distances of surface points from the input plane. |