-
-
Notifications
You must be signed in to change notification settings - Fork 119
CSMath.BoundingBox
Albert Domenech edited this page Oct 24, 2024
·
7 revisions
Bounding box representation aligned to XYZ axis.
Namespace: CSMath
C#
public sealedstruct BoundingBox
Returns | Name | Summary |
---|---|---|
XYZ |
Center | Center of the box. |
BoundingBoxExtent |
Extent | |
Double |
Height | |
XYZ |
Max | Get the max corner of the bounding box. |
XYZ |
Min | Get the min corner of the bounding box. |
Double |
Width |
Returns | Name | Summary |
---|---|---|
Boolean |
IsIn(CSMath.BoundingBox, System.Boolean@) | Checks if the given box is in the bounds of this box. |
Boolean |
IsIn(CSMath.BoundingBox) | Checks if the given box is in the bounds of this box. |
Boolean |
IsIn(CSMath.XYZ) | Checks if the point is in the bounds of the box. |
BoundingBox |
Merge(CSMath.BoundingBox) | Merge 2 boxes into the common one. |
BoundingBox |
Move(CSMath.XYZ) | Move the bounding box the amount of specified units. |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions