BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
Gui
ISelectionChanges
getDocName
getMsgType
getObjectId
getOrighinalMsg
getSubName
getSubType
getTypeName
getX
getY
getZ
ISelectionChanges
ISelectionChanges
ISelectionChanges
ISelectionChanges
MsgSource
MsgType
operator=
operator=
◆
ISelectionChanges()
[2/4]
ISelectionChanges
(
MsgType
type
,
const std::string &
docName
,
const int &
objId
,
const std::string &
subName
,
const std::string &
typeName
=
std::string()
,
float
x
=
0
,
float
y
=
0
,
float
z
=
0
,
MsgSource
subtype
=
MsgSource::Any
)
构造函数
构造函数
参数
[type]
消息类型
[docName]
文档名称
[objId]
选择对象Id
[subName]
选中对象子元素名称
[typeName]
选择对象类型名称
[x]
鼠标点击处x坐标
[y]
鼠标点击处y坐标
[z]
鼠标点击处z坐标
[subtype]
消息来源