PDA

Click to See Complete Forum and Search --> : Graphics Inquiry


pa_engineer
Oct 21st, 2002, 10:49 AM
Hey all,
Im completely new to VB, so I dont know all of its tools yet. I was hoping somebody could tell me if there is a tool out there to carry out 3-D graphics on VB.net..

Also, could sombody tell me if it's possible to import 3-D graphics from auto-Cad to a graphics window on my form..

I dont really know whether these are stupid questions or not, but any help would be appreciated..

Cheers!! :)

Sastraxi
Oct 21st, 2002, 04:16 PM
Well yes there probably are, but they're either going to be in the form of:

1. A hefty, costly ActiveX control; or
2. Importing the filetype (manually) into DirectX vertex/index buffers and drawing them on the screen with Direct3D. This will take a long time to code if you aren't completely familiar with the language itself.

Laine
Oct 22nd, 2002, 07:00 AM
Would you name some sources for hefty, costly ActiveX controls?

I would like to be able to display and manipulate groups of points (point cloud), as well as a fitted solid model is a simple window.

I am a long-time BASIC user, but have just recently become reacquainted thru .NET. I have developed a few simple applications and have good understanding of the language.


Thanks for any direction you can provide!