Hello all!
I create variant of EPC-model. This EPC-model (variant) (A) contain objects, they types are functions (interface).
Then I have to delete this objects (interfaces) and copy on they places objects (functions) from source EPC-model (B).
Also I need to create relationships of this object, as it was in EPC-model (A) before deleting objects (interfaces).
Tell me please how can I copy this objects (interfaces) from source EPC-model (B) to variant EPC-model (A) and create relationships of this objects using script?
Robert Goldenbaum on
Hi,
well, if you use the merge component to create the variant model, I think it is possible to set the objects that are to be used as occurrences instead of variants...
Report class Merge - Method createVariant
createVariant ( ArisObject[] p_sourceElements, Group p_targetGroup, Map < ArisObject , ArisObject > p_itemsForOccCopy, GroupScriptInfo p_groupInfo )
BR Robert