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