discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: points list from stl

RW
Roger Whiteley
Tue, Oct 25, 2022 1:55 PM

I use an online STL -> points convertor which creates an array, loading
this into the editor results in a VERY slow editor.    I use this tool..
https://www.thingiverse.com/thing:4461877, which returns an OpenSCAD
file with a render object called module1.

I make absolutely no attempt to edit the points - what I do is create a
second program which "uses" the points array file, renders the object,
then I use normal code to add/remove anything I don't need that has come
from the original conversion process.

e.g.

    use <FromSTL.scad>

    translate ([-1.3,-7.8,0]) object1(1);// position the rendered
object at X,Y,Z = 0;

Its never terribly quick, but I am using a somewhat aged i5 laptop with
only 12GB of physical ram.

Roger.

On 24/10/2022 08:30, discuss-request@lists.openscad.org wrote:

Send Discuss mailing list submissions to
discuss@lists.openscad.org

To subscribe or unsubscribe via email, send a message with subject or
body 'help' to
discuss-request@lists.openscad.org

You can reach the person managing the list at
discuss-owner@lists.openscad.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Discuss digest..."

Today's Topics:

 1. Re: points list from stl (Jordan Brown)
 2. Re: The given mesh is not closed (Sanjeev Prabhakar)
 3. Re: circular array of arbitrary shapes (Jordan Brown)
 4. Re: circular array of arbitrary shapes (Michael Marx)
 5. Re: circular array of arbitrary shapes (Jordan Brown)

Discuss mailing list -- discuss@lists.openscad.org
To unsubscribe send an email to discuss-leave@lists.openscad.org

I use an online STL -> points convertor which creates an array, loading this into the editor results in a VERY slow editor.    I use this tool.. https://www.thingiverse.com/thing:4461877, which returns an OpenSCAD file with a render object called module1. I make absolutely no attempt to edit the points - what I do is create a second program which "uses" the points array file, renders the object, then I use normal code to add/remove anything I don't need that has come from the original conversion process. e.g.     use <FromSTL.scad>     translate ([-1.3,-7.8,0]) object1(1);// position the rendered object at X,Y,Z = 0; Its never terribly quick, but I am using a somewhat aged i5 laptop with only 12GB of physical ram. Roger. On 24/10/2022 08:30, discuss-request@lists.openscad.org wrote: > Send Discuss mailing list submissions to > discuss@lists.openscad.org > > To subscribe or unsubscribe via email, send a message with subject or > body 'help' to > discuss-request@lists.openscad.org > > You can reach the person managing the list at > discuss-owner@lists.openscad.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Discuss digest..." > > Today's Topics: > > 1. Re: points list from stl (Jordan Brown) > 2. Re: The given mesh is not closed (Sanjeev Prabhakar) > 3. Re: circular array of arbitrary shapes (Jordan Brown) > 4. Re: circular array of arbitrary shapes (Michael Marx) > 5. Re: circular array of arbitrary shapes (Jordan Brown) > > _______________________________________________ > Discuss mailing list -- discuss@lists.openscad.org > To unsubscribe send an email to discuss-leave@lists.openscad.org