Hey Guys,
is it possible to start a new drawing in invisible mode?
I can store the new created drawing into an modelDoc2 Variable and set
it invisible, but the drawing is shortly shown in solidworks before it goes invisible.
Is there no option to set the drawing Doc invisible befor it is created like:
Dim drw as sldworks.drawingDoc
drw.invisible = true
i need this because i want to make a preview where the user can change some parameters, but
the user should not get distracted by something going on in the background.
SolidworksApi macros