Guillaume Bouchard
2010-06-28 13:39:27 UTC
Hello everybody.
Recently I have used python-OCC to convert STEP files into STL files with help
of the STL API.
But this gives me really crappy tesselation, with very little and very big
triangles on a really long time (approximately 1 minutes on the quad core i7 for
an object of only 400K entities). There is only one or two settings which are
little or undocumented (is there a doc somewhere ?), and changing these
settings from different values gives unpredictables results.
In fact I don't care about STL, I only wants a soup of homogeneous triangles
that represents my geometry. Is there a way to get the tesselated list of
triangles, with understundable settings and at a quicker speed ?
Thank you.
Recently I have used python-OCC to convert STEP files into STL files with help
of the STL API.
But this gives me really crappy tesselation, with very little and very big
triangles on a really long time (approximately 1 minutes on the quad core i7 for
an object of only 400K entities). There is only one or two settings which are
little or undocumented (is there a doc somewhere ?), and changing these
settings from different values gives unpredictables results.
In fact I don't care about STL, I only wants a soup of homogeneous triangles
that represents my geometry. Is there a way to get the tesselated list of
triangles, with understundable settings and at a quicker speed ?
Thank you.
--
Guillaume
Guillaume