You are here: Start » AVL.NET » Invoke.SurfaceToPlaneDistanceImage
Computes the image of the distances of the input surface points from a given plane.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SurfaceToPlaneDistanceImage ( Avl.Surface inSurface, Optional<Avl.Region> inRoi, Avl.Plane3D inPlane, float inResolution, bool inSignedDistance, Avl.Image outDistanceImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | Avl.Surface | Input surface. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]() | inPlane | Avl.Plane3D | Input plane. | ||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Number of real-world units per one pixel. Default value: 1.0f. |
![]() | inSignedDistance | bool | False | Flag indicating whether to compute signed distance to the plane. Default value: False. | |
![]() | outDistanceImage | Avl.Image |


