IBBox3D80

This interface gives the coordinates of a 3D bounding box around an object.

 

 

Properties

 

MaxX

Gets and sets the bounding box’s maximum X coordinate.

MaxY

Gets and sets the bounding box’s maximum Y coordinate.

MaxHeight

Gets and sets the bounding box’s maximum height value.

MinHeight

Gets and sets the bounding box’s minimum height value.

MinX

Gets and sets the bounding box’s minimum X coordinate.

MinY

Gets and sets the bounding box’s minimum Y coordinate.

MaxX

Gets and sets the bounding box’s maximum X coordinate.

 

JavaScript

 

MaxX

 

C#

 

double MaxX { get; set; }

 

C++

 

HRESULT MaxX([out, retval] double* pVal)

HRESULT MaxX([in] double pVal)

MaxY

Gets and sets the bounding box’s maximum Y coordinate.

 

JavaScript

 

MaxY

 

C#

 

double MaxY { get; set; }

 

C++

 

HRESULT MaxY([out, retval] double* pVal)

HRESULT MaxY([in] double pVal)

MaxHeight

Gets and sets the bounding box’s maximum height value.

 

JavaScript

 

MaxHeight

 

C#

 

double MaxHeight { get; set; }

 

C++

 

HRESULT MaxHeight([out, retval] double* pVal)

HRESULT MaxHeight([in] double pVal)

MinHeight

Gets and sets the bounding box’s minimum height value.

 

JavaScript

 

MinHeight

 

C#

 

double MinHeight { get; set; }

 

C++

 

HRESULT MinHeight([out, retval] double* pVal)

HRESULT MinHeight([in] double pVal)

MinX

Gets and sets the bounding box’s minimum X coordinate.

 

JavaScript

 

MinX

 

C#

 

double MinX { get; set; }

 

C++

 

HRESULT MinX([out, retval] double* pVal)

HRESULT MinX([in] double pVal)

MinY

Gets and sets the bounding box’s minimum Y coordinate.

 

JavaScript

 

MinY

 

C#

 

double MinY { get; set; }

 

C++

 

HRESULT MinY([out, retval] double* pVal)

HRESULT MinY([in] double pVal)