#include <dl_extrusion.h>
Extrusion direction.
- Author
- Andrew Mustun
Definition at line 37 of file dl_extrusion.h.
◆ DL_Extrusion() [1/2]
| DL_Extrusion::DL_Extrusion |
( |
| ) |
|
|
inline |
◆ ~DL_Extrusion()
| DL_Extrusion::~DL_Extrusion |
( |
| ) |
|
|
inline |
◆ DL_Extrusion() [2/2]
| DL_Extrusion::DL_Extrusion |
( |
double |
dx, |
|
|
double |
dy, |
|
|
double |
dz, |
|
|
double |
elevation |
|
) |
| |
|
inline |
Constructor for DXF extrusion.
- Parameters
-
| direction | Vector of axis along which the entity shall be extruded this is also the Z axis of the Entity coordinate system |
| elevation | Distance of the entities XY plane from the origin of the world coordinate system |
Definition at line 61 of file dl_extrusion.h.
◆ getDirection() [1/2]
| double* DL_Extrusion::getDirection |
( |
| ) |
const |
|
inline |
◆ getDirection() [2/2]
| void DL_Extrusion::getDirection |
( |
double |
dir[] | ) |
const |
|
inline |
◆ getElevation()
| double DL_Extrusion::getElevation |
( |
| ) |
const |
|
inline |
◆ operator=()
Copies extrusion (deep copies) from another extrusion object.
Definition at line 103 of file dl_extrusion.h.
◆ setDirection()
| void DL_Extrusion::setDirection |
( |
double |
dx, |
|
|
double |
dy, |
|
|
double |
dz |
|
) |
| |
|
inline |
◆ setElevation()
| void DL_Extrusion::setElevation |
( |
double |
elevation | ) |
|
|
inline |
The documentation for this class was generated from the following file: