![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <dl_entities.h>
Public Member Functions | |
| DL_DimOrdinateData (double ddpx1, double ddpy1, double ddpz1, double ddpx2, double ddpy2, double ddpz2, bool dxtype) | |
Public Attributes | |
| double | dpx1 |
| double | dpy1 |
| double | dpz1 |
| double | dpx2 |
| double | dpy2 |
| double | dpz2 |
| bool | xtype |
Ordinate Dimension Data.
Definition at line 1362 of file dl_entities.h.
|
inline |
Constructor. Parameters: see member variables.
Definition at line 1367 of file dl_entities.h.
| double DL_DimOrdinateData::dpx1 |
X Coordinate of definition point 1.
Definition at line 1386 of file dl_entities.h.
Referenced by DL_Dxf::writeDimOrdinate().
| double DL_DimOrdinateData::dpx2 |
X Coordinate of definition point 2.
Definition at line 1393 of file dl_entities.h.
Referenced by DL_Dxf::writeDimOrdinate().
| double DL_DimOrdinateData::dpy1 |
Y Coordinate of definition point 1.
Definition at line 1388 of file dl_entities.h.
Referenced by DL_Dxf::writeDimOrdinate().
| double DL_DimOrdinateData::dpy2 |
Y Coordinate of definition point 2.
Definition at line 1395 of file dl_entities.h.
Referenced by DL_Dxf::writeDimOrdinate().
| double DL_DimOrdinateData::dpz1 |
Z Coordinate of definition point 1.
Definition at line 1390 of file dl_entities.h.
| double DL_DimOrdinateData::dpz2 |
Z Coordinate of definition point 2.
Definition at line 1397 of file dl_entities.h.
| bool DL_DimOrdinateData::xtype |
True if the dimension indicates the X-value, false for Y-value
Definition at line 1400 of file dl_entities.h.
Referenced by DL_Dxf::writeDimOrdinate().