Hi dear,
I need to convert a quartic surface made in pov-Ray into CAD compatible
format (.OBJ?) Can you help me suggest me how to do it or a software (OS)
thata can manage this problem?
Thank you a lot,
Andrea
From: Warp
Subject: Re: CONVERT .POV into CAD COMPATIBLE FORMAT (.OBJ?)
Date: 31 Oct 2006 07:16:09
Message: <45473e89@news.povray.org>
a.ioppolo <a.i### [at] marcopolosrlit> wrote:
> I need to convert a quartic surface made in pov-Ray into CAD compatible> format (.OBJ?) Can you help me suggest me how to do it or a software (OS)> thata can manage this problem?
I think that math software (such as Mathematica) can create meshes
from polynomials. More than that, I don't know.
--
- Warp
Thanks, but Mathematica isn't OS.
I think that Mathlab could be useful too, but I really need an OS Software.
Any other idea?
A.
Warp <war### [at] tagpovrayorg> wrote:
> a.ioppolo <a.i### [at] marcopolosrlit> wrote:> > I need to convert a quartic surface made in pov-Ray into CAD compatible> > format (.OBJ?) Can you help me suggest me how to do it or a software (OS)> > thata can manage this problem?>> I think that math software (such as Mathematica) can create meshes> from polynomials. More than that, I don't know.>> --> - Warp
From: Warp
Subject: Re: CONVERT .POV into CAD COMPATIBLE FORMAT (.OBJ?)
Date: 3 Nov 2006 11:39:45
Message: <454b70d1@news.povray.org>
a.ioppolo <a.i### [at] marcopolosrlit> wrote:
> Thanks, but Mathematica isn't OS.> I think that Mathlab could be useful too, but I really need an OS Software.
Just out of curiosity: Are you using "open source" as a synonym for
"can be used for free" here?
--
- Warp
Octave (www.octave.org) is a very competent OS software which is very
similar to Matlab. There are many functions for manipulating and
calculating polynomials, try
">> help -i poly" inside octave.