POV-Ray : Newsgroups : povray.newusers : Rendering CAD objects : Re: Rendering CAD objects Server Time
28 Jul 2024 14:18:28 EDT (-0400)
  Re: Rendering CAD objects  
From: Chris B
Date: 28 Aug 2008 02:36:56
Message: <48b64788$1@news.povray.org>
"akash" <sky### [at] hotmailcom> wrote in message 
news:web.48b5cd08a143ba965d1de84f0@news.povray.org...
>I use CAD programs (SW, ProE, Rhino) a lot to design mechanical components. 
>I
> would like to be able to render those CAD objects in POV-Ray for more 
> visually
> pleasing presentation. Is there an easy way to bring CAD objects into 
> POV-ray?
> How would one take a CAD definition and convert it into a renderable 
> script?
>

You're likely to need to do it in two steps.

1. Use whatever export options your CAD softwater has to export the objects 
in a format for which there is a POV-Ray converter available (e.g. .obj, 
.3ds etc).
2. Use a converter such as PoseRay to convert to POV-Ray mesh or mesh2 
objects.

The generated POV-Ray objects can be incorporated into your POV-Ray scene 
file either using cut and paste or by '#include'ing the files containing the 
objects you've converted.

Regards,
Chris B.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.