#include <dl_entities.h>
Definition at line 1103 of file dl_entities.h.
Public Member Functions | |
| DL_DimOrdinateData (double ddpx1, double ddpy1, double ddpz1, double ddpx2, double ddpy2, double ddpz2, bool dxtype) | |
| Constructor. | |
Data Fields | |
| double | dpx1 |
| double | dpx2 |
| double | dpy1 |
| double | dpy2 |
| double | dpz1 |
| double | dpz2 |
| bool | xtype |
| DL_DimOrdinateData::DL_DimOrdinateData | ( | double | ddpx1, | |
| double | ddpy1, | |||
| double | ddpz1, | |||
| double | ddpx2, | |||
| double | ddpy2, | |||
| double | ddpz2, | |||
| bool | dxtype | |||
| ) | [inline] |
Parameters: see member variables.
Definition at line 1108 of file dl_entities.h.
References dpx1, dpx2, dpy1, dpy2, dpz1, dpz2, and xtype.
01110 { 01111 01112 dpx1 = ddpx1; 01113 dpy1 = ddpy1; 01114 dpz1 = ddpz1; 01115 01116 dpx2 = ddpx2; 01117 dpy2 = ddpy2; 01118 dpz2 = ddpz2; 01119 01120 xtype = dxtype; 01121 }
| double DL_DimOrdinateData::dpx1 |
X Coordinate of definition point 1.
Definition at line 1124 of file dl_entities.h.
Referenced by DL_DimOrdinateData(), and DL_Dxf::writeDimOrdinate().
| double DL_DimOrdinateData::dpx2 |
X Coordinate of definition point 2.
Definition at line 1131 of file dl_entities.h.
Referenced by DL_DimOrdinateData(), and DL_Dxf::writeDimOrdinate().
| double DL_DimOrdinateData::dpy1 |
Y Coordinate of definition point 1.
Definition at line 1126 of file dl_entities.h.
Referenced by DL_DimOrdinateData(), and DL_Dxf::writeDimOrdinate().
| double DL_DimOrdinateData::dpy2 |
Y Coordinate of definition point 2.
Definition at line 1133 of file dl_entities.h.
Referenced by DL_DimOrdinateData(), and DL_Dxf::writeDimOrdinate().
| double DL_DimOrdinateData::dpz1 |
Z Coordinate of definition point 1.
Definition at line 1128 of file dl_entities.h.
Referenced by DL_DimOrdinateData().
| double DL_DimOrdinateData::dpz2 |
Z Coordinate of definition point 2.
Definition at line 1135 of file dl_entities.h.
Referenced by DL_DimOrdinateData().
True if the dimension indicates the X-value, false for Y-value
Definition at line 1138 of file dl_entities.h.
Referenced by DL_DimOrdinateData(), and DL_Dxf::writeDimOrdinate().
1.5.3