BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
TechDraw
LabelParam
LabelParam
LabelParam
mExpress
mFirstLineAttr
mFontAttr
mLineFlag
mSecondLineAttr
mText
mTextToFirstLineDistance
mTwoLineDistance
mType
◆
LabelParam()
[2/2]
LabelParam
(
const std::string &
text
,
bool
type
=
false
,
const LineFlag &
lineflag
=
LineFlag::TWO
,
double
textToFirstLineDistance
=
0
,
double
twoLineDistance
=
0
,
const std::string &
express
=
"1.0*a + 1.0 * b"
,
const
FontAttribute
&
font
=
FontAttribute
()
,
const
LineAttribute
&
firstLine
=
LineAttribute
()
,
const
LineAttribute
&
secondLine
=
LineAttribute
()
)