|
Anark Core SDK
|
Public Member Functions | |
| Sdk3DBoundingBox (ISdkVertex3D min, ISdkVertex3D max) | |
| Create a bounding box. | |
Static Public Member Functions | |
| static ISdk3DBoundingBox | CreateBoundingBox (IEnumerable< ISdk3DGeometryGroup > geometryGroups) |
| Create a new bounding box from a collection of geometry groups. | |
Properties | |
| ISdkVertex3D | Min [get] |
| The min point. | |
| ISdkVertex3D | Max [get] |
| The max point. | |
| double | DiagonalSize [get] |
| The diagonal size of the bounding box. The units are meters. | |
|
inline |
Create a bounding box.
| min | Min point |
| max | Max point |
|
inlinestatic |
Create a new bounding box from a collection of geometry groups.
| geometryGroups | The geometry to examine. |
|
get |
The diagonal size of the bounding box. The units are meters.
Implements Anark.CoreSdkApi.Math.ISdk3DBoundingBox.
|
get |
The max point.
Implements Anark.CoreSdkApi.Math.ISdk3DBoundingBox.
|
get |
The min point.
Implements Anark.CoreSdkApi.Math.ISdk3DBoundingBox.