![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <dl_entities.h>
Public Member Functions | |
| DL_DimAngularData (double ddpx1, double ddpy1, double ddpz1, double ddpx2, double ddpy2, double ddpz2, double ddpx3, double ddpy3, double ddpz3, double ddpx4, double ddpy4, double ddpz4) | |
Public Attributes | |
| double | dpx1 |
| double | dpy1 |
| double | dpz1 |
| double | dpx2 |
| double | dpy2 |
| double | dpz2 |
| double | dpx3 |
| double | dpy3 |
| double | dpz3 |
| double | dpx4 |
| double | dpy4 |
| double | dpz4 |
Angular Dimension Data.
Definition at line 1244 of file dl_entities.h.
|
inline |
Constructor. Parameters: see member variables.
Definition at line 1249 of file dl_entities.h.
| double DL_DimAngularData::dpx1 |
X Coordinate of definition point 1.
Definition at line 1279 of file dl_entities.h.
Referenced by DL_Dxf::writeDimAngular().
| double DL_DimAngularData::dpx2 |
X Coordinate of definition point 2.
Definition at line 1286 of file dl_entities.h.
Referenced by DL_Dxf::writeDimAngular().
| double DL_DimAngularData::dpx3 |
X Coordinate of definition point 3.
Definition at line 1293 of file dl_entities.h.
Referenced by DL_Dxf::writeDimAngular().
| double DL_DimAngularData::dpx4 |
X Coordinate of definition point 4.
Definition at line 1300 of file dl_entities.h.
Referenced by DL_Dxf::writeDimAngular().
| double DL_DimAngularData::dpy1 |
Y Coordinate of definition point 1.
Definition at line 1281 of file dl_entities.h.
Referenced by DL_Dxf::writeDimAngular().
| double DL_DimAngularData::dpy2 |
Y Coordinate of definition point 2.
Definition at line 1288 of file dl_entities.h.
Referenced by DL_Dxf::writeDimAngular().
| double DL_DimAngularData::dpy3 |
Y Coordinate of definition point 3.
Definition at line 1295 of file dl_entities.h.
Referenced by DL_Dxf::writeDimAngular().
| double DL_DimAngularData::dpy4 |
Y Coordinate of definition point 4.
Definition at line 1302 of file dl_entities.h.
Referenced by DL_Dxf::writeDimAngular().
| double DL_DimAngularData::dpz1 |
Z Coordinate of definition point 1.
Definition at line 1283 of file dl_entities.h.
| double DL_DimAngularData::dpz2 |
Z Coordinate of definition point 2.
Definition at line 1290 of file dl_entities.h.
| double DL_DimAngularData::dpz3 |
Z Coordinate of definition point 3.
Definition at line 1297 of file dl_entities.h.
| double DL_DimAngularData::dpz4 |
Z Coordinate of definition point 4.
Definition at line 1304 of file dl_entities.h.