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
◆
getParents()
virtual void getParents
(
int
depth
,
std::vector< std::pair<
App::IDocumentObject
*, std::string > > &
iobjList
)
const
pure virtual
获取当前文档对象的父对象及其路径信息,并将这些信息存储在一个 std::vector 中
获取当前文档对象的父对象及其路径信息,并将这些信息存储在一个 std::vector 中
参数
[in]
depth
整数,表示获取父对象的最大深度
[out]
iobjList
引用类型的集合,用于收集当前对象的父对象及其路径信息的接口类型的指针