You are here: Start » AVL.NET » Invoke.LoadPoint3DGrid
Loads entities from a file of one of available types as an array of points in 3D.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void LoadPoint3DGrid ( string inFile, Avl.Point3DFileFormat inFileFormat, bool inRemoveDuplicates, Avl.Point3DGrid outPoint3DGrid )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inFile | string | |||
![]() | inFileFormat | Avl.Point3DFileFormat | |||
![]() | inRemoveDuplicates | bool | False | Filter will remove duplicate points in point clouds created from STL files. Default value: False. | |
![]() | outPoint3DGrid | Avl.Point3DGrid |