Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D Basics
Geometry 3D Basics
Select a function from the list below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
CreateBox3D | Creates a box in 3D. | Professional |
![]() |
CreateSegment3D | Produces a segment in 3D of given parameters. | Professional |
RandomPoint3D | Creates random 3D point inside given box. | Professional | |
![]() |
SkipEmptyBox3D | Secures against domain errors caused by empty boxes. | Professional |
![]() |
TestBox3DEmpty | Tests whether the box in 3D is empty. | Professional |
![]() |
TestBox3DInBox3D | Tests whether a box in 3D is contained in another one. | Professional |
![]() |
TestBox3DIntersectsWith | Tests whether two boxes in 3D have non-empty intersection. | Professional |
![]() |
TestBox3DNotEmpty | Tests whether the box in 3D is not empty. | Professional |
Select Filter Equivalent below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
FisFilter_AccessBox3D | Returns individual fields of a box in 3D. | Professional |
![]() |
FisFilter_AccessCircle3D | Returns individual fields of a circle in 3D. | Professional |
![]() |
FisFilter_AccessLine3D | Returns individual fields of a line in 3D. | Professional |
![]() |
FisFilter_AccessPlane | Returns individual fields of a plane. | Professional |
![]() |
FisFilter_AccessPoint3D | Returns individual fields of a 3d point. | Professional |
![]() |
FisFilter_AccessSegment3D | Returns individual fields of a segment 3D. | Professional |
![]() |
FisFilter_AccessSphere | Returns individual fields of a sphere. | Professional |
![]() |
FisFilter_AddVectors3D | Returns sum of two vectors in 3D. | Professional |
![]() |
FisFilter_MakeBox3D | Creates a 3D box structure from individual fields. | Professional |
![]() |
FisFilter_MakeCircle3D | Creates a 3D circle structure from individual fields. | Professional |
![]() |
FisFilter_MakeLine3D | Creates a line in 3D structure from individual fields. | Professional |
![]() |
FisFilter_MakePlane | Creates a plane structure from individual fields. | Professional |
![]() |
FisFilter_MakePoint3D | Creates a 3D point. | Professional |
![]() |
FisFilter_MakeSegment3D | Creates a segment 3D structure from individual fields. | Professional |
![]() |
FisFilter_MakeSphere | Creates a sphere structure from individual fields. | Professional |
![]() |
FisFilter_SubtractVectors3D | Returns difference between two vectors in 3D. | Professional |