|
BIMHome v1.0.0
BIMHome接口文档说明
|
TechDraw中DxfHeader类 更多...
#include <DxfEntity.h>
Public 成员函数 | |
| void | addToHeader (const std::string &key, DxfHeaderData *data) |
| DxfHeader () | |
| bool | getDouble (const std::string &key, double &var) |
| const std::map< std::string, DxfHeaderData * > & | getHeaders () |
| bool | getInt (const std::string &key, int &var) |
| bool | getString (const std::string &key, std::string &var) |
| bool | getVector3d (const std::string &key, DxfVector &vec) |
| bool | setInt (const std::string &key, int var) |
| ~DxfHeader () | |
Private 属性 | |
| std::map< std::string, DxfHeaderData * > | m_HeaderDict |
| dxf头信息保存到map中 | |
TechDraw中DxfHeader类
Dxf或者dwg头数据