You are here: Start » FIL.NET » Function Reference » System » Interoperability » FIL.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: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
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. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Unknown file format in LoadPoint3DGridWithImage. |