Back to FabImage Studio website
You are here: 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 |
Remarks
- This filter is kept only as a legacy feature and its use in new applications is discouraged as ArrangePoint3DGrid offers the same functionalities with higher flexibility when it comes to scale setting (which in turn is fixed at 2.5 for both the X and Y axis in the case of ResamplePoint3DGrid).
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.