point cloud to STL code - taking suggestions for features
Posted by
Doug Fortune
on 2002-01-15 21:53:42 UTC
Last week I contributed some source code which takes
a rectangular grid of digitized elevations, and outputs
an STL (surface triangulated layer) file for subsequent
conversion to gcode by other software (STLworks, Millwizard,
Deskproto, etc).
It seems to be working satisfactorily for a bunch of
folks, and while I am cleaning it up I was thinking of
incorporating some additional features that people wrote
to me wanting:
Some of the reasonable suggestions I got were:
- mirror (top-down, left-right, and inverse height)
(inverse height is to make female molds from a
digitized male object).
- axis stretching (any or all of X,Y & Z)
Does anyone else have some suggestions? (Just number
crunching suggestions please - I'm not going to make
an OpenGL renderer or make it into a mega project....).
Doug Fortune
http://www.cncKITS.com
a rectangular grid of digitized elevations, and outputs
an STL (surface triangulated layer) file for subsequent
conversion to gcode by other software (STLworks, Millwizard,
Deskproto, etc).
It seems to be working satisfactorily for a bunch of
folks, and while I am cleaning it up I was thinking of
incorporating some additional features that people wrote
to me wanting:
Some of the reasonable suggestions I got were:
- mirror (top-down, left-right, and inverse height)
(inverse height is to make female molds from a
digitized male object).
- axis stretching (any or all of X,Y & Z)
Does anyone else have some suggestions? (Just number
crunching suggestions please - I'm not going to make
an OpenGL renderer or make it into a mega project....).
Doug Fortune
http://www.cncKITS.com
Discussion Thread
Doug Fortune
2002-01-15 21:53:42 UTC
point cloud to STL code - taking suggestions for features
imserv1
2002-01-16 03:31:50 UTC
Re: point cloud to STL code - taking suggestions for features
vrsculptor
2002-01-16 08:55:15 UTC
Re: point cloud to STL code - taking suggestions for features