Start » Filter Reference » System » Interoperability » LoadSurfaceWithImage
Module: | FoundationBasic |
---|
Loads entities from a file of one of available types as an array of points in 3D and an image. Assumes an unordered grid with possible holes.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inFile | File | ||
![]() |
inFileFormat | Point3DFileFormat | ||
![]() |
inXScale | Double | ||
![]() |
inXLimits | ValueLimits_f64 | ||
![]() |
inYScale | Double | ||
![]() |
inYLimits | ValueLimits_f64 | ||
![]() |
inZOffset | Double | ||
![]() |
inZScale | Double | ||
![]() |
inPointType | PlainType | Type of single surface point Z coordinate | |
![]() |
inMultipointHeight | SurfaceMultipointHeight | Determines the Z coordinate of a surface point created from more than one point | |
![]() |
inBackgroundColor | Pixel | ||
![]() |
outSurface | Surface | ||
![]() |
outImage | Image | Output image | |
![]() |
outMinX | Double | ||
![]() |
outMinY | Double | ||
![]() |
diagSurfaceValidPointsRegion | Region | Region of locations where the surface points are valid |
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 LoadSurfaceWithImage. |
Complexity Level
This filter is available on Advanced Complexity Level.