how to get InExcludeData cache/clone?
-
I have an object generator plugin which receives its children via GetAndCheckHierarchyClone and applies modeling command to the hierarchy clone.
I want to use objects from its InExcludeData as a clone and a dirty flag. how is this possible? -
Hi merkvilson, thanks for writing us.
With regard to your question, it's indeed possible to deliver the requested functionality, but instead of using the BaseObject::GetAndCheckHierarchyClone() you can make use of dependence lists by using:
- BaseObject::NewDependenceList()
- BaseObject::AddDependence()
- BaseObject::CompareDependenceList()
- BaseObject::TouchDependenceList()
A clear example showing this approach is shown in the BaseObject Manual at the Generation section.
Cheers, Riccardo
-
Hi Merkvilson, is this topic still opened? If not please mark the topic as "Solved" from the Topic Tools menu or feel free to get back for further comments.
Cheers, Riccardo