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

FIS.SurfaceToPlaneDistanceImage Method

Computes the image of the distances of the input surface points from a given plane.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SurfaceToPlaneDistanceImage
(
	FilNet.Surface inSurface,
	NullableRef<FilNet.Region> inRoi,
	FilNet.Plane3D inPlane,
	float inResolution,
	bool inSignedDistance,
	FilNet.Image outDistanceImage
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inPlaneFilNet.Plane3DInput plane.
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
inSignedDistanceboolFalseFlag indicating whether to compute signed distance to the plane. Default value: False.
outDistanceImageFilNet.Image

Function Overrides

See also