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

FIL.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:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inFilestring
inFileFormatFilNet.Point3DFileFormat
inImageWidthint?<1, 65535>An override for the point cloud width. Default value: ftl::NIL.
inImageHeightint?<1, 65535>An override for the point cloud height. Default value: ftl::NIL.
outPoint3DGridFilNet.Point3DGrid
outImageFilNet.ImageOutput image.

Errors

List of possible exceptions:

Error type Description
DomainError Unknown file format in LoadPoint3DGridWithImage.

See also