You are here: Start » AVL.NET » Function Reference » Surface » Surface Basics » AVL.SurfaceBoxToImageCoordinates

AVL.SurfaceBoxToImageCoordinates

Finds the associated image coordinates of surface box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SurfaceBoxToImageCoordinates
(
	AvlNet.Box3D inSurfaceBox,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out AvlNet.Box outImageBox,
	NullableValue<AvlNet.Rectangle2D> outImageRectangle
)

Parameters

Name Type Range Default Description
inSurfaceBoxAvlNet.Box3D
inSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImageBoxAvlNet.Box
outImageRectangleAvlNet.NullableValue<AvlNet.Rectangle2D> Can be null to skip this parameter calculation.

Function Overrides

See also