BIMHome v1.0.0
BIMHome接口文档说明
Public 成员函数 | Private 属性 | 所有成员列表
DxfLayer类 参考

TechDraw中DxfLayer类 更多...

#include <DxfEntity.h>

Public 成员函数

DxfLayerclone ()
 
 DxfLayer (const std::string &name, bool frozen, bool locked)
 
void freeze (bool freeze)
 
int getColor () const
 
int getColor24 () const
 
const std::string & getLineType ()
 
DRW_LW_Conv::lineWidth getLWeight () const
 
const std::string & getName ()
 
bool getPlotF () const
 
bool isFrozen () const
 
bool isLocked () const
 
void lock (bool l)
 
void seLWeight (enum DRW_LW_Conv::lineWidth lw)
 
void setColor (int c)
 
void setColor24 (int c24)
 
void setLineType (const std::string &lineType)
 
void setPlotF (bool p)
 
 ~DxfLayer ()
 

Private 属性

int m_Color = 7
 
int m_Color24 = -1
 
bool m_Frozen = false
 Frozen flag
 
std::string m_LineType = "CONTINUOUS"
 line type, code 6
 
bool m_Locked = false
 Locked flag
 
enum DRW_LW_Conv::lineWidth m_LWeight = DRW_LW_Conv::widthDefault
 
std::string m_Name
 Layer name
 
bool m_PlotF = true
 

详细描述

TechDraw中DxfLayer类

dxf中解析出来的Layer,方便后续写入dxf

注解

该类的文档由以下文件生成: