|
QCAD
Open Source 2D CAD
|
#include <dl_entities.h>
Public Member Functions | |
| DL_BlockData (const std::string &bName, int bFlags, double bbpx, double bbpy, double bbpz) | |
| Constructor. | |
Public Attributes | |
| double | bpx |
| X Coordinate of base point. | |
| double | bpy |
| Y Coordinate of base point. | |
| double | bpz |
| Z Coordinate of base point. | |
| int | flags |
| Block flags. | |
| std::string | name |
| Block name. | |
Block Data.
|
inline |
Constructor.
Parameters: see member variables.
| double DL_BlockData::bpx |
X Coordinate of base point.
| double DL_BlockData::bpy |
Y Coordinate of base point.
| double DL_BlockData::bpz |
Z Coordinate of base point.
| int DL_BlockData::flags |
Block flags.
(not used currently)
| std::string DL_BlockData::name |
Block name.