BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
TechDraw
EntityFactory
convertGeometryToDxfEntity
createArc
createBlock
createCircle
createDimDiametric
createDimRadius
createEllipse
createHatch
createInsert
createLeader
createLine
createMText
createPolyline
createPolylineforEntity
createSpline
createText
getHatchChildEntities
getPartNames
getPatFileNameFromPat
getPatFromPatFileName
isSamePoint
setEntityAttribute
◆
createMText()
static
DxfMText
* createMText
(
const std::string &
text
,
DxfVector
position
,
double
height
,
double
angle
,
int
widthscale
=
1.0
,
std::string
style
=
"HKR"
,
std::string
font
=
"simsunb"
,
double
xScale
=
1.0
,
double
yScale
=
1.0
)
static
创建多行文字
创建多行文字
参数
[in]
text
多行文字内容
[in]
position
.插入点坐标
[in]
height
文字高度
[in]
angle
文字角度
[in]
widthscale
宽度因子
[in]
style
文字样式
[in]
font
字体
[in]
xScale
X缩放比例
[in]
yScale
Y缩放比例
返回
无