You are here: Start » AVL.NET » Invoke.LoadPoint3DGridWithImage

Invoke.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:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LoadPoint3DGridWithImage
(
	string inFile,
	Avl.Point3DFileFormat inFileFormat,
	Optional<int> inImageWidth,
	Optional<int> inImageHeight,
	Avl.Point3DGrid outPoint3DGrid,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inFilestring
inFileFormatAvl.Point3DFileFormat
inImageWidthAtl.Optional<int><1, 65535>An override for the point cloud width. Default value: atl::NIL.
inImageHeightAtl.Optional<int><1, 65535>An override for the point cloud height. Default value: atl::NIL.
outPoint3DGridAvl.Point3DGrid
outImageAvl.ImageOutput image.

See also