You are here: Start » AVL.NET » Geometry 3D Basics
Geometry 3D Basics
| Icon | Name | Description |
|---|---|---|
| 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. | |
| GetPoint3DGridPoint_Interpolated | Returns an interpolated single point of a point 3D grid. | |
| 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. | |
| 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. |
