You are here: Start » AVL.NET » Function Reference » System » Interoperability » AVL.LoadPoint3DGridWithImage

AVL.LoadPoint3DGridWithImage

Loads entities from a file of one of available types as an array of points in 3D and an image. Assumes an ordered rectangular grid with no holes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void LoadPoint3DGridWithImage
(
	string inFile,
	AvlNet.Point3DFileFormat inFileFormat,
	int? inImageWidth,
	int? inImageHeight,
	AvlNet.Point3DGrid outPoint3DGrid,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inFilestring
inFileFormatAvlNet.Point3DFileFormat
inImageWidthint?<1, 65535>An override for the point cloud width. Default value: atl::NIL.
inImageHeightint?<1, 65535>An override for the point cloud height. Default value: atl::NIL.
outPoint3DGridAvlNet.Point3DGrid
outImageAvlNet.ImageOutput image.

Errors

List of possible exceptions:

Error type Description
DomainError Unknown file format in LoadPoint3DGridWithImage.

See also