Difference between read-only and view-only
Difference between read-only and view-only
(OP)
What is the difference between Read-Only and View-Only when opening a file using OpenDoc6? I am writing a background application using API to open a drawing and automatically save it as an eDrawing in another central directory. I am trying to minimize the amount of time that it takes to open a drawing file. Are they any other tricks that you can reccommend to help me speed up the process without making major changes to the drawings during the process? (I am not the person creating the drawings in the first place.)
Thanks for any suggestions!
Janet
Thanks for any suggestions!
Janet






RE: Difference between read-only and view-only
Wanna Tip? FAQ731-376
"Probable impossibilities are to be preferred to improbable possibilities."
RE: Difference between read-only and view-only
View only is just a graphical snapshot of the SWX file. Opening a file View Only is just like using the SWX Viewer. It does not load any model or parametric data.
Read Only, on the other hand, just opens the file like normal, but does not allow you to overwrite the original file if you make any changes to the model (without a warning at least).
View Only allows you to see what the file looks like, Read Only allows you to open and manipulate the file and save the file to a different name or format, but it will not allow you to update the original file.
To see the difference, use the checkboxes at the bottom of the open file dialog in SWX.