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