: >
: > > when collaborating on a project using a shared directory on a server, : > > one person works on the assembly, another on a drawing of it. : > > The drafter saves the drawing and closes (and apparently also a new : > > version of the assembly file), the modeler save the assembly (not : > > touching the drawing file) and closes. : > >
: > > drafter re-opens the drawing and gets "this drawing is more recent than : > > the model" , plus all model-referencing items are either gone or : invalid. : > >
: > > not very practical when a drawing and a model need to be created : > > consecutively. : > >
: > > Next test: modeller is not allowed to touch the main assembly... not : > > only impractical, but also counter-intuitive. : > >
: > > I had the drafter export and drop down to autocad to finish the : drawings, : > > autocad : > >
: > > wzzl : : Are you guys using GD&T? If not, you could set the config option : 'create_drawing_dims_only' to a value of 'yes' and part of your problem : would be eliminated. This works because your Driven(manually created) : dimensions would then get stored with the drawing files and not the : part/assy files. Therefore they wouldn't turn magenta-colored and have to be : re-created if the original model entities that they referenced are indeed : still intact; regardless of which part/assy model version your drawing : references. Such as when one user makes model modifications and places a : copy of their model in a folder that your detailer ends up referencing : whenever they retrieve the 2-D drawing file. : You might also consider making the wall higher, which you appear to be trying to erect anyway, by setting draw_models_read_only (another config.pro option) to yes which prevents referencing the models. If your drafters can't store their changes in the drawing model, those references can't be wiped out by a subsequent save which, coming from the modellers, didn't contain those changes and won't contain them the next time the drawing is opened. You really ought to be able to select working scenarios and have software smart enough to pick options that make the software behave to your benefit.
David Janes