Back to FabImage Studio website

You are here: Start » Filter Reference » Point3DGrid » Point3DGrid Basics » GetPoint3DGridPoint_Interpolated

GetPoint3DGridPoint_Interpolated


Module: Vision3DLite

Returns an interpolated single point of a point 3D grid.

Name Type Range Description
Input value
inPoint3DGrid Point3DGrid Input point 3D grid
Input value
inOffsetX Real Defines offset of the input grid along X axis
Input value
inOffsetY Real Defines offset of the input grid along Y axis
Input value
inStepX Real 0.01 - Defines step of the input grid along X axis
Input value
inStepY Real 0.01 - Defines step of the input grid along Y axis
Input value
inX Real X coordinate of the input point
Input value
inY Real Y coordinate of the input point
Input value
inInterpolationRadius Integer 0 - 65535 Radius of vicinity taking into account to interpolate not existing point
Output value
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.