Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: how to plot coordinates from a file the has been drawn on a cad system

  1. #1
    Junior Member Newbie
    Join Date
    Apr 2002
    Location
    ohio
    Posts
    6

    how to plot coordinates from a file the has been drawn on a cad system

    Hi

    Say someone draws a cube
    on a cad system like unigraphics which uses open GL to render 3d models and wire frames its a drawing API that is used to design.
    I`m wanting to know is there any way that I can load the the design (file) and some how
    figure out the xyz coordinates of the cube in inches .

    What I`m tring to do is load the cube and and some how figure out the cube size in inches
    and have a ball go around the inside of the cube

  2. #2
    Senior Member OpenGL Pro
    Join Date
    Feb 2001
    Location
    Switzerland
    Posts
    1,840

    Re: how to plot coordinates from a file the has been drawn on a cad system

    its about loading meshes from files.
    find the filespec, there it is described.
    else look for export-formats in the cad-program, there will be for sure an option to save as .3ds for example, for wich you can find tons of infos on the web..

    its not opengl-related, its file-loading wich does not affect drawing it..
    http://davepermen.net - if i could stay true to my heart, i would feel totally free

Posting Permissions

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