|
Anark Core SDK
|
Public Member Functions | |
| Sdk2DBoundingBox (ISdkVertex2D min, ISdkVertex2D max) | |
| Create a bounding box from 2 points. | |
Static Public Member Functions | |
| static ISdk2DBoundingBox | CreateBoundingBox (IEnumerable< ISdk2DGeometryGroup > geometryGroups) |
| Create a new bounding box from a collection of geometry groups. | |
Properties | |
| ISdkVertex2D | Min [get] |
| The first point. | |
| ISdkVertex2D | Max [get] |
| The second point on the diagonal corner to the first point. | |
| double | Size [get] |
| The bounding box diagonal size. | |
| double | Width [get] |
| The box width. | |
| double | Height [get] |
| The box height. | |
|
inline |
Create a bounding box from 2 points.
| min | Point 1 |
| max | Point 2 |
|
inlinestatic |
Create a new bounding box from a collection of geometry groups.
| geometryGroups | The geometry to examine. |
|
get |
The box height.
Implements Anark.CoreSdkApi.Math.ISdk2DBoundingBox.
|
get |
The second point on the diagonal corner to the first point.
Implements Anark.CoreSdkApi.Math.ISdk2DBoundingBox.
|
get |
The first point.
Implements Anark.CoreSdkApi.Math.ISdk2DBoundingBox.
|
get |
The bounding box diagonal size.
Implements Anark.CoreSdkApi.Math.ISdk2DBoundingBox.
|
get |
The box width.
Implements Anark.CoreSdkApi.Math.ISdk2DBoundingBox.