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
◆
getOutListRecursive()
virtual void getOutListRecursive
(
std::vector<
App::IDocumentObject
* > &
objList
)
const
pure virtual
递归地获取当前文档对象的所有输出对象及其子输出对象,并将这些对象转换为接口类型的指针后添加到给定的 std::vector 中
递归地获取当前文档对象的所有输出对象及其子输出对象,并将这些对象转换为接口类型的指针后添加到给定的 std::vector 中
参数
[out]
objList
引用类型的集合,用于收集当前对象及其所有子输出对象的接口类型的指针