Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 3D Basics
Geometry 3D Basics
Select a function from the list below.
| Icon | Name | Description |
|---|---|---|
| ArrangePoint3DArray | Creates a point 3D grid structure from Point3D array taking into account X and Y coordinates. | |
| GetPoint3DGridPoint_Interpolated | Returns an interpolated single point of a point 3D grid. | |
| SkipEmptyPoint3DGrid | Secures against domain errors caused by empty grids, e.g. just before the FitPlaneToPoints filter is to be invoked. |
Select Filter Equivalent below.
| Icon | Name | Description |
|---|---|---|
| AvsFilter_AccessCircle3D | Returns individual fields of a circle in 3D. | |
| AvsFilter_AccessPlane | Returns individual fields of a plane. | |
| AvsFilter_AccessPoint3D | Returns individual fields of a 3d point. | |
| AvsFilter_AccessPoint3DGrid | Returns individual fields of a point 3D grid. | |
| AvsFilter_AccessSegment3D | Returns individual fields of a segment 3D. | |
| AvsFilter_AccessSphere | Returns individual fields of a sphere. | |
| AvsFilter_GetPoint3DGridElement | Gets the value of a single point of a point 3D grid. | |
| AvsFilter_MakeCircle3D | Creates a 3D circle structure from individual fields. | |
| AvsFilter_MakePlane | Creates a plane structure from individual fields. | |
| AvsFilter_MakePoint3D | Creates a 3D point. | |
| AvsFilter_MakePoint3DGrid | Creates a point 3D grid structure from individual fields. | |
| AvsFilter_MakeSegment3D | Creates a segment 3D structure from individual fields. | |
| AvsFilter_MakeSphere | Creates a sphere structure from individual fields. |
