BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
App
IDocument
_removeObject
abortTransaction
addChildDocument
addObject
addObject
afterRestore
afterRestore
commitTransaction
create
create
deleteIDocument
deleteSubPartOrProduct
exportGraphviz
exportObjects
getAllDocument
getAvailableRedoNames
getAvailableRedos
getAvailableUndos
getDependentDocuments
getDocCategory
getDocumentByDocCategory
getDocumentById
getDocumentByName
getDocumentId
getDocumentObjects
getDocumentObjectsHasName
getDocumentType
getErrorDescription
getFileName
getId
getLinksTo
getLocalPlacement
getName
getObject
getObjectById
getObserverDelegate
getParentDocument
getParentDocumentByType
getPartMaps
getPlacement
getProgramVersion
getPropertyAccessor
getRefCount
getRootDocument
getRootObjects
getSubDocument
getTemplateDirName
getTransactionID
getTransientDirectoryName
getUniqueObjectName
hasPendingTransaction
importFile
importLinks
isClosable
isPerformingTransaction
isSaved
isTransactionEmpty
loadFile
locateObjs
moveObject
openTransaction
paramterNewObject
purgeTouched
recomputeDocument
removeAllObjects
removeChildDocument
removeObject
save
saveAs
setActiveIDocument
setDocCategory
setDocumentLabel
setDocumentName
setFileName
setId
setLocalPlacement
setObserverDelegate
setPlacement
setRootIDocument
setUndoMode
topologicalSort
~IDocument
◆
moveObject()
virtual
IDocumentObject
* moveObject
(
IDocumentObject
*
obj
,
bool
recursive
=
false
)
pure virtual
负责移动一个文档对象,并返回移动后的对象
负责移动一个文档对象,并返回移动后的对象
参数
[in]
obj
指向
IDocumentObject
的指针,表示要移动的对象
[in]
recursive
布尔值参数,表示是否递归移动子对象,默认值为 false
返回
返回类型:App::IDocumentObject*,返回移动后的对象指针