Results 1 to 3 of 3

Thread: Graphics Inquiry

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Location
    Ireland
    Posts
    2

    Question Graphics Inquiry

    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!!

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    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.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  3. #3
    New Member
    Join Date
    Oct 2002
    Location
    Atlanta
    Posts
    8
    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!
    Laine

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width