Drawing remains unconnected from model after Open with SilentOperation

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys!
I hope everybody is doing fine!
Now I have a question about Inventor. I try to write a program which opens a model, changes some dimensions and, then opens its drawing, updates it with changes made to model and after that converts it to DWG or DXF.
With SilentOperation set to false everythings works fine. I open a model, change it and every change is reflected in drawing automatically. The problem is in dialog boxes which appear after I try to open a drawing which references a model. Inventor offers to find a component to resolve reference as I think.
Okay, I used SilentOperation set to true to avoid this problem and after that no dialogs are shown. But when I change something in model it is absolutely impossible to force Inventor to reflect changes in drawing. I think that if open performs while SilentOperation is set to true it simply makes the drawing unconnected from model and there is no way to do it other than to supply the drawing with reference. But I don't know how to do that, because I have compared all fields of drawing which works to the one which doesn't and I've found no differences. I think that the only way to do this is only via dialog.
Please could you provide some information about this case.