![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <dl_entities.h>
Public Member Functions | |
| DL_DimAngular3PData (double ddpx1, double ddpy1, double ddpz1, double ddpx2, double ddpy2, double ddpz2, double ddpx3, double ddpy3, double ddpz3) | |
Public Attributes | |
| double | dpx1 |
| double | dpy1 |
| double | dpz1 |
| double | dpx2 |
| double | dpy2 |
| double | dpz2 |
| double | dpx3 |
| double | dpy3 |
| double | dpz3 |
Angular Dimension Data (3 points version).
Definition at line 1310 of file dl_entities.h.
|
inline |
Constructor. Parameters: see member variables.
Definition at line 1315 of file dl_entities.h.
| double DL_DimAngular3PData::dpx1 |
X Coordinate of definition point 1.
Definition at line 1338 of file dl_entities.h.
Referenced by DL_Dxf::writeDimAngular3P().
| double DL_DimAngular3PData::dpx2 |
X Coordinate of definition point 2.
Definition at line 1345 of file dl_entities.h.
Referenced by DL_Dxf::writeDimAngular3P().
| double DL_DimAngular3PData::dpx3 |
X Coordinate of definition point 3.
Definition at line 1352 of file dl_entities.h.
Referenced by DL_Dxf::writeDimAngular3P().
| double DL_DimAngular3PData::dpy1 |
Y Coordinate of definition point 1.
Definition at line 1340 of file dl_entities.h.
Referenced by DL_Dxf::writeDimAngular3P().
| double DL_DimAngular3PData::dpy2 |
Y Coordinate of definition point 2.
Definition at line 1347 of file dl_entities.h.
Referenced by DL_Dxf::writeDimAngular3P().
| double DL_DimAngular3PData::dpy3 |
Y Coordinate of definition point 3.
Definition at line 1354 of file dl_entities.h.
Referenced by DL_Dxf::writeDimAngular3P().
| double DL_DimAngular3PData::dpz1 |
Z Coordinate of definition point 1.
Definition at line 1342 of file dl_entities.h.
| double DL_DimAngular3PData::dpz2 |
Z Coordinate of definition point 2.
Definition at line 1349 of file dl_entities.h.
| double DL_DimAngular3PData::dpz3 |
Z Coordinate of definition point 3.
Definition at line 1356 of file dl_entities.h.