LoadPoint3DGrid
Loads entities from a file of one of available types as an array of points in 3D.
Syntax
C++
C#
Python
def LoadPoint3DGrid( inFile: str, outPoint3DGrid: Point3DGrid, /, *, inFileFormat: Point3DFileFormat = Point3DFileFormat.STL, inRemoveDuplicates: bool = False ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFile | str | ||
![]() |
inFileFormat | Point3DFileFormat | Point3DFileFormat.STL | |
![]() |
inRemoveDuplicates | bool | False | Filter will remove duplicate points in point clouds created from STL files. |
![]() |
outPoint3DGrid | Point3DGrid |


