Start » Filter Reference » System » Interoperability » LoadPoint3DGridWithImage
Module: | FoundationBasic |
---|
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.
Name | Type | Range | Description | |
---|---|---|---|---|
inFile | File | |||
inFileFormat | Point3DFileFormat | |||
inImageWidth | Integer* | 1 - 65535 | An override for the point cloud width | |
inImageHeight | Integer* | 1 - 65535 | An override for the point cloud height | |
outPoint3DGrid | Point3DGrid | |||
outImage | Image | Output image |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Unknown file format in LoadPoint3DGridWithImage. |
Complexity Level
This filter is available on Advanced Complexity Level.