Can i make solidworks invisible while editing parts using vb.net ?

68 views
Skip to first unread message

Irshad Faras

unread,
Aug 20, 2009, 2:57:07 AM8/20/09
to SolidWorks-API
Hi!
I'm editing one assembly using vb.net. I want know
whether I can make solidworks invisible while I'm editing assembly. So
that user can see assembly after completing all modifications to it.
Any help is greatly appreciated.

Regards,
Irshad

Corey Scheich

unread,
Aug 23, 2009, 10:53:32 PM8/23/09
to solidwo...@googlegroups.com

swApp.Visible = false

swApp.Visible = true

or 

Part.Visible = false

part.visible = true


> Date: Wed, 19 Aug 2009 23:57:07 -0700
> Subject: Can i make solidworks invisible while editing parts using vb.net ?
> From: irsha...@gmail.com
> To: solidwo...@googlegroups.com

Get back to school stuff for them and cashback for you. Try BingT now.

Eduardo

unread,
Aug 26, 2009, 6:10:53 AM8/26/09
to SolidWorks-API
swView.EnableGraphicsUpdate = False

If you only want to freeze the solidworks graphics window.
Reply all
Reply to author
Forward
0 new messages