struct BoundVolume in module com::sun::star::drawing::

(Global Index)

Syntax

struct BoundVolume;

Description

specifies a three-dimensional boundary volume with two positions.

Field Summary

min this is the minimum position inside the boundary volume.

max this is the maximum position inside the boundary volume.

Field Details



min

Syntax

com::sun::star::drawing::Position3D min;

Description

this is the minimum position inside the boundary volume.


max

Syntax

com::sun::star::drawing::Position3D max;

Description

this is the maximum position inside the boundary volume.

Top of Page