You are here: Start » AVL.NET » AVS.SurfaceToPlaneDistanceImage Method

AVS.SurfaceToPlaneDistanceImage Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceToPlaneDistanceImage
(
	AvlNet.Surface inSurface,
	AvlNet.Plane3D inPlane,
	float inResolution,
	bool inSignedDistance,
	AvlNet.Image outDistanceImage
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inPlaneAvlNet.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.
outDistanceImageAvlNet.Image

Function Overrides

See also