CADability dotNET
The BoundingCube type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | EmptyBoundingCube |
Empty BoundingCube. Defined by the special values MinValue and MaxValue.
Often used with the MinMax(GeoPoint) or MinMax(BoundingCube) Methods.
|
![]() ![]() | InfiniteBoundingCube | |
![]() | IsEmpty |
Returns true if this is the special empty cube
|
![]() | LineNumbers |
Gets an array[12,2] of pairs of point indizes defining the 12 edges
of this cube. Indizes are to the Points |
![]() | Lines |
Gets the 12 edges of the cube as a GeoPoint[12, 2] array
|
![]() | MaxSide |
Gets the length of the maximum side
|
![]() | Points |
Gets an array of the 8 vertices of this cube
|
![]() | Size |
Gets the sum of width, height and deepth
|
![]() | XDiff |
Gets the extension in x direction
|
![]() | YDiff |
Gets the extension in y direction
|
![]() | ZDiff |
Gets the extension in z direction
|