Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: .off To .stl coverter

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: .off To .stl coverter


Chronological Thread 
  • From: Richard Downe <>
  • To: <>
  • Subject: Re: [cgal-discuss] Re: .off To .stl coverter
  • Date: Sun, 7 Apr 2013 16:25:45 -0500

That might actually be a bug on my end.
I know that I've had hiccups over the years with the downstream pipeline that I feed the STL files into, but nothing specific enough to suggest that the triangle orientation was the culprit, and things have worked well enough I hadn't felt the need to investigate.

If you're having this problem, I probably am, too.

I will see if I can figure out a way of preventing it.
-rd

On 04/02/2013 03:35 AM, mario wrote:
hi richard,

by using these as you told:

typedef CGAL::Exact_predicates_exact_constructions_kernel EK;
typedef CGAL::Exact_predicates_inexact_constructions_kernel IK;
typedef CGAL::Cartesian_converter<IK,EK> IK_to_EK;
typedef CGAL::Cartesian_converter<EK,IK> EK_to_IK;

've been able to use your function!

Only one problem remains!
Some triangles are orientated one way and others in a different way so i've
bad visualisation of my shape.
May be because i commented central part of your function?



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/off-To-stl-coverter-tp4657020p4657106.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page