-
Hello,guys I created three files on MS, the Version_2 file based on Version_1, added two balls, the version_3 based on version_2, add two balls too. then respectively importing them and creating three named version:1/2/3. Questions are:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The timeline of an iModel is not produced from copies of source files; it is produced from changes to those files over time. The following would produce the results you seem to be expecting:
This will produce one model containing 5 elements, plus 3 named versions showing how the contents of that model changed over time. |
Beta Was this translation helpful? Give feedback.
The timeline of an iModel is not produced from copies of source files; it is produced from changes to those files over time. The following would produce the results you seem to be expecting:
This will produce one model containing 5 elements, plus 3 named versions showing how the contents of that model changed over time.