discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] Lazy union: any way to do in OpenScad?

P
Parkinbot
Wed, Oct 5, 2016 10:33 PM

Put a "!" character in front of the part you want to export. OpenSCAD will
then ignore all other parts.

--
View this message in context: http://forum.openscad.org/Lazy-union-any-way-to-do-in-OpenScad-tp18541p18547.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Put a "!" character in front of the part you want to export. OpenSCAD will then ignore all other parts. -- View this message in context: http://forum.openscad.org/Lazy-union-any-way-to-do-in-OpenScad-tp18541p18547.html Sent from the OpenSCAD mailing list archive at Nabble.com.
TP
Torsten Paul
Wed, Oct 5, 2016 11:19 PM
Another option is described in https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/FAQ#How_can_I_export_multiple_parts_from_one_script.3F ciao, Torsten.
M
memnarch1113
Thu, Oct 6, 2016 6:59 PM

Since I'm using a for loop, I don't think there's any way to name each object
I create, so that they can be manually exported. Oh well!

--
View this message in context: http://forum.openscad.org/Lazy-union-any-way-to-do-in-OpenScad-tp18541p18576.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Since I'm using a for loop, I don't think there's any way to name each object I create, so that they can be manually exported. Oh well! -- View this message in context: http://forum.openscad.org/Lazy-union-any-way-to-do-in-OpenScad-tp18541p18576.html Sent from the OpenSCAD mailing list archive at Nabble.com.
TP
Torsten Paul
Thu, Oct 6, 2016 7:03 PM

On 10/06/2016 08:59 PM, memnarch1113 wrote:

Since I'm using a for loop, I don't think there's any way
to name each object I create, so that they can be manually
exported. Oh well!

You can just pass the loop variable instead of the name used
in the example, e.g. if the loop variable is called i, then
use -Di=4 as command line option.

ciao,
Torsten.

On 10/06/2016 08:59 PM, memnarch1113 wrote: > Since I'm using a for loop, I don't think there's any way > to name each object I create, so that they can be manually > exported. Oh well! > You can just pass the loop variable instead of the name used in the example, e.g. if the loop variable is called i, then use -Di=4 as command line option. ciao, Torsten.