Jun 20, 2004 #1 IFRs Petroleum Joined Nov 22, 2002 Messages 4,680 Location US I would like to view dwg files (AutoCAD) in a VB form. Does anyone know of a plug-in or other method?
I would like to view dwg files (AutoCAD) in a VB form. Does anyone know of a plug-in or other method?
Jun 21, 2004 #2 johnwm Computer Joined Sep 26, 2002 Messages 806 Location GB You could shell to ABViewer: http://www.cadsofttools.com/?PageName=ABViewer Good Luck johnwm ________________________________________________________ To get the best from these forums read faq731-376 before posting Upvote 0 Downvote
You could shell to ABViewer: http://www.cadsofttools.com/?PageName=ABViewer Good Luck johnwm ________________________________________________________ To get the best from these forums read faq731-376 before posting
Jun 21, 2004 Thread starter #3 IFRs Petroleum Joined Nov 22, 2002 Messages 4,680 Location US CadSoftTools does not seem to read 2004 files and does not seem to handle 3D drawings. Other suggestions? Upvote 0 Downvote
CadSoftTools does not seem to read 2004 files and does not seem to handle 3D drawings. Other suggestions?
Jun 22, 2004 #4 PeterCharles Mechanical Joined Oct 31, 2002 Messages 423 Location GB This is free from Informative Graphics. http://www.infograph.com/products/dwgviewer/DWGdownload2.asp It used to contain an activeX component to display dwg's and dxf's in your VB programme (invisoX) Upvote 0 Downvote
This is free from Informative Graphics. http://www.infograph.com/products/dwgviewer/DWGdownload2.asp It used to contain an activeX component to display dwg's and dxf's in your VB programme (invisoX)
Jun 22, 2004 Thread starter #5 IFRs Petroleum Joined Nov 22, 2002 Messages 4,680 Location US The Infograph viewer did not show 3D objects as anything but wireframe. A check on their web site reveals that it is 2D only. Rats. Nice try though!! Upvote 0 Downvote
The Infograph viewer did not show 3D objects as anything but wireframe. A check on their web site reveals that it is 2D only. Rats. Nice try though!!
Jun 26, 2004 #6 PeterCharles Mechanical Joined Oct 31, 2002 Messages 423 Location GB Did you want to display a 3D surface/solid model then? For what its worth you can display 3D wireframe using a Java applet from http://www.escape.de/users/quincunx/dxfviewer/index.htmlBut this might not be of much use. Can you stitch Java applets into a VB program? or maybe call up a HTML page containing the applet in IE from your VB program? Upvote 0 Downvote
Did you want to display a 3D surface/solid model then? For what its worth you can display 3D wireframe using a Java applet from http://www.escape.de/users/quincunx/dxfviewer/index.htmlBut this might not be of much use. Can you stitch Java applets into a VB program? or maybe call up a HTML page containing the applet in IE from your VB program?