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

FIS.LoadPoint3DGrid Method

Loads entities from a file of one of available types as an array of points in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LoadPoint3DGrid
(
	string inFile,
	FilNet.Point3DFileFormat inFileFormat,
	bool inRemoveDuplicates,
	FilNet.Point3DGrid outPoint3DGrid
)

Parameters

Name Type Range Default Description
inFilestring
inFileFormatFilNet.Point3DFileFormat
inRemoveDuplicatesboolFalseFilter will remove duplicate points in point clouds created from STL files. Default value: False.
outPoint3DGridFilNet.Point3DGrid

See also