You are here: Start » FIL.NET » FIS.LoadPoint3DGridWithImage Method
FIS.LoadPoint3DGridWithImage Method
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: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void LoadPoint3DGridWithImage ( string inFile, FilNet.Point3DFileFormat inFileFormat, int? inImageWidth, int? inImageHeight, FilNet.Point3DGrid outPoint3DGrid, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inFile | string | |||
![]() | inFileFormat | FilNet.Point3DFileFormat | |||
![]() | inImageWidth | int? | <1, 65535> | An override for the point cloud width. Default value: ftl::NIL. | |
![]() | inImageHeight | int? | <1, 65535> | An override for the point cloud height. Default value: ftl::NIL. | |
![]() | outPoint3DGrid | FilNet.Point3DGrid | |||
![]() | outImage | FilNet.Image | Output image. |