Anark Core SDK
Loading...
Searching...
No Matches
Anark.CoreSdkApi.Math.ISdk3DBoundingBox Interface Reference

An axis-aligned bounding box in 3D space that tracks the minimum and maximum extremities of an object and is described by two points. The units for all coordinates and measurements on the data available via the SDK are meters. More...

Inheritance diagram for Anark.CoreSdkApi.Math.ISdk3DBoundingBox:
Anark.CoreSdkApi.Math.Sdk3DBoundingBox

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.

Detailed Description

An axis-aligned bounding box in 3D space that tracks the minimum and maximum extremities of an object and is described by two points. The units for all coordinates and measurements on the data available via the SDK are meters.

Property Documentation

◆ DiagonalSize

double Anark.CoreSdkApi.Math.ISdk3DBoundingBox.DiagonalSize
get

The diagonal size of the bounding box. The units are meters.

Implemented in Anark.CoreSdkApi.Math.Sdk3DBoundingBox.

◆ Max

ISdkVertex3D Anark.CoreSdkApi.Math.ISdk3DBoundingBox.Max
get

The max point.

Implemented in Anark.CoreSdkApi.Math.Sdk3DBoundingBox.

◆ Min

ISdkVertex3D Anark.CoreSdkApi.Math.ISdk3DBoundingBox.Min
get

The min point.

Implemented in Anark.CoreSdkApi.Math.Sdk3DBoundingBox.