Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Geometry 3D Basics » ArrangePoint3DArray

ArrangePoint3DArray


Creates a point 3D grid structure from Point3D array taking into account X and Y coordinates.

Name Type Range Description
inPoints Point3DArray
inMinX Real*
inMaxX Real*
inStepX Real 0.01 -
inMinY Real*
inMaxY Real*
inStepY Real 0.01 -
outPoint3DGrid Point3DGrid
outMinX Real
outMinY Real

Errors

This filter can throw an exception to report error. Read how to deal with errors here: Error Handling

Error type Description
DomainError Empty point array in ArrangePoint3DArray.
DomainError Incorrect coordinate limits in ArrangePoint3DArray.
DomainError Grid dimensions too big in ArrangePoint3DArray.

Complexity Level

This filter is available on Basic Complexity Level.