- UID
- 82688
- 积分
- 380
- 精华
- 贡献
-
- 威望
-
- 活跃度
-
- D豆
-
- 在线时间
- 小时
- 注册时间
- 2003-9-27
- 最后登录
- 1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
AcDbMText类
AcDbMText类表示AutoCAD中的MTEXT实体类型。
一个MTEXT对象是一个多行文本实体,其中储存一个指定线宽并执行词的自动排列以保持文本在这个宽度界限中。
继承自
AcDbEntity
包含文件
dbmtext.h
参见
"AcDbObject, AcGeVector3d, AcGePoint3d, AcGePoint3dArray, AcDbObjectId"
成员
AcDbMText建构器和析构器
AcDbMText::~AcDbMText 函数
~AcDbMText();
析构器.
AcDbMText::AcDbMText 函数
AcDbMText();
"The constructor creates a default, empty object. The default values are:"
location:
"0.0,0.0,0.0"
normal:
"(0.0,0.0,1.0)"
direction:
"(1.0,0.0,0.0)"
width:
0
textStyle:
NULL
textHeight:
0
attachment:
AcDbMText::kTopLeft
flowDirection:
AcDbMText::kByStyle
contents:
NULL
默认建构器 |
|