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

(Global Index)

Syntax

struct Position3D;

Description

specifies a 3-dimensional point.

Field Summary

PositionX the position on the X-Axis in the 3D room in 100th of millimeters

PositionY the position on the Y-Axis in the 3D room in 100th of millimeters

PositionZ the position on the Z-Axis in the 3D room in 100th of millimeters

Field Details



PositionX

Syntax

double PositionX;

Description

the position on the X-Axis in the 3D room in 100th of millimeters


PositionY

Syntax

double PositionY;

Description

the position on the Y-Axis in the 3D room in 100th of millimeters


PositionZ

Syntax

double PositionZ;

Description

the position on the Z-Axis in the 3D room in 100th of millimeters

Top of Page