You are here: Start » AVL.NET » AVS.LoadPoint3DGrid Method

AVS.LoadPoint3DGrid Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also