Gets or sets the coordinate system determining the orientation of the bounding box in space.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public CoordinateSystem CoordinateSystem { get; set; }
Visual Basic (Declaration)
Public Property CoordinateSystem As CoordinateSystem
Visual C++
public:
property CoordinateSystem^ CoordinateSystem {
	CoordinateSystem^ get ();
	void set (CoordinateSystem^ value);
}

Field Value

An orthonormal coordinate system with its origin at the center of the bounding box.

Remarks

Length is aligned to the first basis vector, Width is aligned to the second basis vector and Height is aligned to the third basis vector. The center of the bounding box (i.e. the intersection of the diagonals) is the origin of the coordinate system.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionThe coordinate system is not orthonormal.

See Also