You are here: Start » FIL.NET » Invoke.LoadPoint3DGridWithImage
Loads entities from a file of one of available types as an array of points in 3D and an image. Assumes an ordered rectangular grid with no holes.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void LoadPoint3DGridWithImage ( string inFile, Fil.Point3DFileFormat inFileFormat, Optional<int> inImageWidth, Optional<int> inImageHeight, Fil.Point3DGrid outPoint3DGrid, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inFile | string | |||
![]() | inFileFormat | Fil.Point3DFileFormat | |||
![]() | inImageWidth | Ftl.Optional<int> | <1, 65535> | An override for the point cloud width. Default value: ftl::NIL. | |
![]() | inImageHeight | Ftl.Optional<int> | <1, 65535> | An override for the point cloud height. Default value: ftl::NIL. | |
![]() | outPoint3DGrid | Fil.Point3DGrid | |||
![]() | outImage | Fil.Image | Output image. |