You are here: Start » FIL.NET » FIS.LoadPoint3DGridWithImage Method

FIS.LoadPoint3DGridWithImage Method

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

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.

See also