|
QCAD Application Framework
CAD Application Development and Automation.
|
Storing and passing around attributes. More...
#include <dl_extrusion.h>
Public Member Functions | |
| DL_Extrusion () | |
| Default constructor. | |
| DL_Extrusion (double dx, double dy, double dz, double elevation) | |
| Constructor for DXF extrusion. | |
| double * | getDirection () const |
| void | getDirection (double dir[]) const |
| double | getElevation () const |
| DL_Extrusion | operator= (const DL_Extrusion &extru) |
| Copies extrusion (deep copies) from another extrusion object. | |
| void | setDirection (double dx, double dy, double dz) |
| Sets the direction vector. | |
| void | setElevation (double elevation) |
| Sets the elevation. | |
| ~DL_Extrusion () | |
| Destructor. | |
Private Attributes | |
| double * | direction |
| double | elevation |
Storing and passing around attributes.
Attributes are the layer name, color, width and line type.
|
inline |
Default constructor.
|
inline |
Destructor.
|
inline |
Constructor for DXF extrusion.
| 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 |
|
inline |
|
inline |
|
inline |
|
inline |
Copies extrusion (deep copies) from another extrusion object.
|
inline |
Sets the direction vector.
|
inline |
Sets the elevation.
|
private |
|
private |