CSMath.BoundingBox - DomCR/ACadSharp GitHub Wiki

BoundingBox Class

Bounding box representation aligned to XYZ axis.

Definition

Namespace: CSMath

C#

public sealedstruct BoundingBox

Properties

Returns Name Summary
XYZ Center Center of the box.
XYZ Max Get the max corner of the bounding box.
XYZ Min Get the min corner of the bounding box.

Methods

Returns Name Summary
BoundingBox Merge(CSMath.BoundingBox) Merge 2 boxes into the common one.