Back to Adaptive Vision Studio website
You are here: Start » Filter Reference » Geometry 3D Basics
Geometry 3D Basics
Select a filter from the list below.
| Icon | Name | Description |
|---|---|---|
| AccessBox3D | Returns individual fields of a box in 3D. | |
| AccessCircle3D | Returns individual fields of a circle in 3D. | |
| AccessLine3D | Returns individual fields of a line in 3D. | |
| AccessPlane | Returns individual fields of a plane. | |
| AccessPoint3D | Returns individual fields of a 3d point. | |
| AccessPoint3DGrid | Returns individual fields of a point 3D grid. | |
| AccessSegment3D | Returns individual fields of a segment 3D. | |
| AccessSphere | Returns individual fields of a sphere. | |
| AccessSurface | Returns individual fields of a surface. | |
| ArrangePoint3DArray | Creates a surface structure from Point3D array taking into account X and Y coordinates. | |
| ConvertSurfaceType | Changes the point Z coordinate type. | |
| CreateBox3D | Creates a box in 3D. | |
| CreateFlatSurface | Creates a uniform surface. | |
| CreateSegment3D | Produces a segment in 3D of given parameters. | |
| GetPoint3DGridElement | Gets the value of a single point of a point 3D grid. | |
| GetPoint3DGridPoint_Interpolated | Returns an interpolated single point of a point 3D grid. | |
| GetSurfaceElement | Gets the value of a single point of a surface. | |
| GetSurfacePath | Returns a path consisting of interpolated single points of a surface given their surface grid coordinates. | |
| GetSurfacePoint | Returns an interpolated single point of a surface given its surface grid coordinates. | |
| MakeBox3D | Creates a 3D box structure from individual fields. | |
| MakeCircle3D | Creates a 3D circle structure from individual fields. | |
| MakeLine3D | Creates a line in 3D structure from individual fields. | |
| MakePlane | Creates a plane structure from individual fields. | |
| MakePoint3D | Creates a 3D point. | |
| MakePoint3DGrid | Creates a point 3D grid structure from individual fields. | |
| MakePoint3DGridFromImage | Creating a Point3DGrid structure out of an image obtained from a 3D camera or other external sources that encodes point cloud XYZ coordinates as pixel components of 2D image. | |
| MakeSegment3D | Creates a segment 3D structure from individual fields. | |
| MakeSphere | Creates a sphere structure from individual fields. | |
| MakeSurfaceFromImage | Creating Surface structure out of depth map image obtained from a 3D depth camera or other external sources using 2D images to transfer depth map data. | |
| ProjectPathOntoSurface | Returns a path consisting of interpolated single points of a surface given their coordinates in surface coordinate system. | |
| ProjectPointOntoSurface | Returns an interpolated single point of a surface given its coordinates in surface coordinate system. | |
| RandomPoint3D | Creates random 3D point inside given box | |
| SkipEmptyBox3D | Secures against domain errors caused by empty boxes. | |
| SkipEmptyPoint3DGrid | Secures against domain errors caused by empty grids, e.g. just before the FitPlaneToPoints filter is to be invoked. | |
| SkipEmptySurface | Secures against domain errors caused by empty surfaces, e.g. just before the FitPlaneToSurface filter is to be invoked. | |
| TestBox3DEmpty | Tests whether the box in 3D is empty. | |
| TestBox3DInBox3D | Tests whether a box in 3D is contained in another one. | |
| TestBox3DIntersectsWith | Tests whether two boxes in 3D have non-empty intersection. | |
| TestBox3DNotEmpty | Tests whether the box in 3D is not empty. | |
| TestPoint3DGrid | Returns a sample 3D object. | |
| TestSurface | Returns a sample 3D surface. |
