|
hide 2 among 3
i opened three part files simultaneously. now i want to work on only one of them and hide the rest two. i don't want to close the rest two because i need write some data to these two files. is there any api to hide moddoc2?
many thanks
newform
modeldoc2::visible
hi, luke,
thank you very much for your help.
i am using solidworks 2009 right now. it seems that it uses only interface and many api functions are obsolete. thus, i am wondering if i need change the code of my add-in ever developed for solidworks 2008. do you have any comments on this issue?
thanks again for your help.
newform
the visible property is not obsolete in 2009 i use it also.
as for re-designing a add-in designed for 2008, no. obsolete functions are still kept in the libraries almost indefinately for backwark compatibility, it is just an advisory to update your code not a necessity.
thank you, luke.
really appreciate the information provided.
quick |
|