Start » Filter Reference » Point3DGrid » Point3DGrid Basics » GetPoint3DGridPoint_Interpolated
Module: | Vision3DLite |
---|
Returns an interpolated single point of a point 3D grid.
Name | Type | Range | Description | |
---|---|---|---|---|
inPoint3DGrid | Point3DGrid | Input point 3D grid | ||
inOffsetX | Real | Defines offset of the input grid along X axis | ||
inOffsetY | Real | Defines offset of the input grid along Y axis | ||
inStepX | Real | 0.01 - | Defines step of the input grid along X axis | |
inStepY | Real | 0.01 - | Defines step of the input grid along Y axis | |
inX | Real | X coordinate of the input point | ||
inY | Real | Y coordinate of the input point | ||
inInterpolationRadius | Integer | 0 - 65535 | Radius of vicinity taking into account to interpolate not existing point | |
outPoint | Point3D | Output point |
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 | Incorrect input coordinates in GetPoint3DGridPoint_Interpolated. |
Complexity Level
This filter is available on Basic Complexity Level.