Back to Aurora Vision Studio website

You are here: Start » Filter Reference » System » Interoperability » LoadSurfaceWithImage

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
Input value inFile File
Input value inFileFormat Point3DFileFormat
Input value inXScale Double
Input value inXLimits ValueLimits_f64
Input value inYScale Double
Input value inYLimits ValueLimits_f64
Input value inZOffset Double
Input value inZScale Double
Input value inPointType PlainType Type of single surface point Z coordinate
Input value inMultipointHeight SurfaceMultipointHeight Determines the Z coordinate of a surface point created from more than one point
Input value inBackgroundColor Pixel
Output value outSurface Surface
Output value outImage Image Output image
Output value outMinX Double
Output value outMinY Double
Diagnostic input 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.