Start » Filter Reference » Surface » Surface Basics » ResamplePoint3DGrid
Module: | Vision3DStandard |
---|
Creates a surface structure from Point3DGrid taking into account X and Y coordinates and trying to preserve continuity of the surface.
Name | Type | Range | Description | |
---|---|---|---|---|
inPoint3DGrid | Point3DGrid | |||
inXLimits | ValueLimits_f64 | |||
inYLimits | ValueLimits_f64 | |||
inZOffset | Double | |||
inZScale | Double | |||
inPointType | PlainType | Type of single point Z coordinate | ||
inMultipointHeight | SurfaceMultipointHeight | Determines the Z coordinate of a surface point created from more than one point | ||
outSurface | Surface | |||
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 | Empty point array in ResamplePoint3DGrid. |
DomainError | Incorrect coordinate limits in ResamplePoint3DGrid. |
DomainError | Surface dimensions too big in ResamplePoint3DGrid. |
Complexity Level
This filter is available on Basic Complexity Level.