BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
App
IDocumentObject
addChild
adjustRelativeLinks
copyShapeFrom
create
create
enforceRecompute
getBoundingBox
getDocument
getExportName
getId
getIDocument
getInList
getInListEx
getInListRecursive
getLabel
getLocationInfo
getNameInBimPart
getNameWithDocId
getObserverDelegate
getOutList
getOutListRecursive
getParents
getPropertiesList
getPropertyAccessor
getStatusString
getSubObjectList
getSubObjects
getViewProviderDelegate
getViewProviderName
hasChildElement
isElementVisible
isImporting
isTouched
mustExecute
recomputeFeature
redirectSubName
removeChild
setDocument
setElementVisible
setLabel
touch
~IDocumentObject
◆
getInListEx()
virtual void getInListEx
(
std::set<
App::IDocumentObject
* > &
inSet
,
bool
recursive
,
std::vector<
App::IDocumentObject
* > *
inList
=
nullptr
)
const
pure virtual
收集当前文档对象及其子对象(如果适用的话)的信息,并将它们存储在一个集合中
收集当前文档对象及其子对象(如果适用的话)的信息,并将它们存储在一个集合中
参数
[out]
inSet
一个引用类型的集合,用于收集当前对象及其子对象的接口类型的指针
[in]
recursive
布尔值,表示是否递归地收集子对象
[in]
inList
指向 std::vector 的指针,用于收集当前对象及其子对象的接口类型的指针。这是一个可选参数,默认值为 nullptr。