Object Versioning

Objects in X-CAD Design Management are versioned. That is, whenever a design modification is done, new iterations of the modified objects are created to store the modified design.

iterations allows you to review the state of the design at some point in the past, and eventually to revert to it.

By default, new object iterations are created every time some design modifications are saved using the integration.

X-CAD Design Management app's object versioning also makes it possible to handle design development processes involving lifecycles with milestones.

Once a milestone is reached, and that it's time to move on to the development for the next milestone, new revisions of the objects can be created. These new revisions will have their own history of iterations, and their lifecycle state can be managed independently from the previous revisions.

By default, revisions of an object are named following the sequence of letters ---.0, --A.0, --B.0, and so on.

The iterations of a specific revisions are then named by appending a number to the revision name : --- .0, ---.1, ---.2 and so on.