Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Basics

Geometry 3D Basics

Select a function from the list below.

Icon Name Description / Applications Modules
CreateBox3D

Creates a box in 3D.

Vision3DLite
CreateSegment3D

Produces a segment in 3D of given parameters.

Vision3DLite
LoadPoint3DArrayFromTextFile

Loads arrays of 3D points from text file.

Vision3DLite
RandomPoint3D

Creates random 3D point inside given box.

Vision3DLite
SkipEmptyBox3D

If the input box in 3D has all dimensions different from zero, then it is copied to the output; otherwise Nil is returned.


Secures against domain errors caused by empty boxes.

Vision3DLite
TestBox3DEmpty

Tests whether the box in 3D is empty.

Vision3DLite
TestBox3DInBox3D

Tests whether a box in 3D is contained in another one.

Vision3DLite
TestBox3DIntersectsWith

Tests whether two boxes in 3D have non-empty intersection.

Vision3DLite
TestBox3DNotEmpty

Tests whether the box in 3D is not empty.

Vision3DLite

Select Filter Equivalent below.

Icon Name Description / Applications Modules
AvsFilter_AccessBox3D

Returns individual fields of a box in 3D.

Vision3DLite
AvsFilter_AccessCircle3D

Returns individual fields of a circle in 3D.

Vision3DLite
AvsFilter_AccessLine3D

Returns individual fields of a line in 3D.

Vision3DLite
AvsFilter_AccessPlane

Returns individual fields of a plane.

Vision3DLite
AvsFilter_AccessPoint3D

Returns individual fields of a 3d point.

Vision3DLite
AvsFilter_AccessSegment3D

Returns individual fields of a segment 3D.

Vision3DLite
AvsFilter_AccessSphere

Returns individual fields of a sphere.

Vision3DLite
AvsFilter_AccessVector3D

Returns individual fields of a 3D vector.

Vision3DLite
AvsFilter_AddVectors3D

Returns sum of two vectors in 3D.

Vision3DLite
AvsFilter_MakeBox3D

Creates a 3D box structure from individual fields.

Vision3DLite
AvsFilter_MakeCircle3D

Creates a 3D circle structure from individual fields.

Vision3DLite
AvsFilter_MakeLine3D

Creates a line in 3D structure from individual fields.

Vision3DLite
AvsFilter_MakePlane

Creates a plane structure from individual fields.

Vision3DLite
AvsFilter_MakePoint3D

Creates a 3D point.

Vision3DLite
AvsFilter_MakeSegment3D

Creates a segment 3D structure from individual fields.

Vision3DLite
AvsFilter_MakeSphere

Creates a sphere structure from individual fields.

Vision3DLite
AvsFilter_MakeVector3D

Creates a 3D vector.

Vision3DLite
AvsFilter_SubtractVectors3D

Returns difference between two vectors in 3D.

Vision3DLite