Page 1 of 1

3D Solid View

Posted: 29 Jun 2011, 17:47
by zzzhr
Hello,
In AutoCAD,I can use [Visual Style - Real] option to view 3D objects,but in CADImport.NET,It only display polyline.How can I display This Model Like AutoCAD?
AutoCAD Visual Style - Real : Image
CADImport.NET : Image
Model file can be downlod at : http://124.228.254.229/editor/Model.zip

Re: 3D Solid View

Posted: 30 Jun 2011, 13:01
by support
Hello.
By default CAD Import .NET uses GDI+ visualization that is part of .NET Framework. GDI+ interface doesn't provided for 3D solid models rendering. For such tasks CAD Import .NET can use OpenGL library:
OpenGL.png
OpenGL.png (276.54 KiB) Viewed 13005 times
OpenGL using realized in Viewer demo project. Please note, the assembly unit from package not include OpenGL part. Please send request to support@cadsofttools.com if you wish to test library version with OpenGL support.

Alexander.