T
Todd
Sat, Apr 25, 2020 4:49 AM
Hi,
I'd like to start using openscad to generate drawings I can use in my (tiny) machine shop. This would be basic stuff like isometric and orthographic views with dimension lines and dimensions, exploded orthographic views, etc. I'm using SolidyPython as my abstraction layer as this gives me ton's of functionality from the Python3 ecosystem. SolidPython also has support for holes and BOM generation via the @bom_part annotation.
So, to summarize, what facilities does openscad have for generating dimensioned isometric and orthograhic views?
-Todd
Hi,
I'd like to start using openscad to generate drawings I can use in my (tiny) machine shop. This would be basic stuff like isometric and orthographic views with dimension lines and dimensions, exploded orthographic views, etc. I'm using SolidyPython as my abstraction layer as this gives me ton's of functionality from the Python3 ecosystem. SolidPython also has support for holes and BOM generation via the @bom_part annotation.
So, to summarize, what facilities does openscad have for generating dimensioned isometric and orthograhic views?
-Todd
KT
Kevin Toppenberg
Sun, Apr 26, 2020 1:53 AM
Short answer, is that OpenSCAD is not very good at this.
Long answer is that there are libraries one can use to put in dimension
lines -- i.e. lines that appear to be part of the 3D object you are
creating. The lines hang in space etc.
Many, including me, have asked for this feature. But I think that
OpenSCAD's approach makes automatic dimension lines hard. FreeCAD starts
with a 2D sketch, so it makes sense for dimension lines to be printable
from that. But imagine creating a loop that generates a start-burst shape
in OpenSCAD. How is the program going to know how to make dimension lines
for that?
Kevin
On Sat, Apr 25, 2020 at 12:50 AM Todd toddg@zwrob.com wrote:
Hi,
I'd like to start using openscad to generate drawings I can use in my
(tiny) machine shop. This would be basic stuff like isometric and
orthographic views with dimension lines and dimensions, exploded
orthographic views, etc. I'm using SolidyPython as my abstraction layer as
this gives me ton's of functionality from the Python3 ecosystem.
SolidPython also has support for holes and BOM generation via the @bom_part
annotation.
So, to summarize, what facilities does openscad have for generating
dimensioned isometric and orthograhic views?
-Todd
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
Short answer, is that OpenSCAD is not very good at this.
Long answer is that there are libraries one can use to put in dimension
lines -- i.e. lines that appear to be part of the 3D object you are
creating. The lines hang in space etc.
Many, including me, have asked for this feature. But I think that
OpenSCAD's approach makes automatic dimension lines hard. FreeCAD starts
with a 2D sketch, so it makes sense for dimension lines to be printable
from that. But imagine creating a loop that generates a start-burst shape
in OpenSCAD. How is the program going to know how to make dimension lines
for that?
Kevin
On Sat, Apr 25, 2020 at 12:50 AM Todd <toddg@zwrob.com> wrote:
> Hi,
>
> I'd like to start using openscad to generate drawings I can use in my
> (tiny) machine shop. This would be basic stuff like isometric and
> orthographic views with dimension lines and dimensions, exploded
> orthographic views, etc. I'm using SolidyPython as my abstraction layer as
> this gives me ton's of functionality from the Python3 ecosystem.
> SolidPython also has support for holes and BOM generation via the @bom_part
> annotation.
>
> So, to summarize, what facilities does openscad have for generating
> dimensioned isometric and orthograhic views?
>
> -Todd
>
>
> _______________________________________________
> OpenSCAD mailing list
> Discuss@lists.openscad.org
> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>
RW
Rob Ward
Sun, Apr 26, 2020 3:39 AM
I would be happy with scaled orthographic views with surfaces collapsed
into 2D as an .svg (not a 2D outline of a slice which is what it can do
now). Colour would be nice, as in F5 Preview. If it can render it on the
GUI, how come it can't export that, and to a scale?
Cheers, Rob
On 26/4/20 11:53 am, Kevin Toppenberg wrote:
Short answer, is that OpenSCAD is not very good at this.
Long answer is that there are libraries one can use to put in
dimension lines -- i.e. lines that appear to be part of the 3D object
you are creating. The lines hang in space etc.
Many, including me, have asked for this feature. But I think that
OpenSCAD's approach makes automatic dimension lines hard. FreeCAD
starts with a 2D sketch, so it makes sense for dimension lines to be
printable from that. But imagine creating a loop that generates a
start-burst shape in OpenSCAD. How is the program going to know how
to make dimension lines for that?
Kevin
On Sat, Apr 25, 2020 at 12:50 AM Todd <toddg@zwrob.com
mailto:toddg@zwrob.com> wrote:
Hi,
I'd like to start using openscad to generate drawings I can use in
my (tiny) machine shop. This would be basic stuff like isometric
and orthographic views with dimension lines and dimensions,
exploded orthographic views, etc. I'm using SolidyPython as my
abstraction layer as this gives me ton's of functionality from the
Python3 ecosystem. SolidPython also has support for holes and BOM
generation via the @bom_part annotation.
So, to summarize, what facilities does openscad have for
generating dimensioned isometric and orthograhic views?
-Todd
_______________________________________________
OpenSCAD mailing list
Discuss@lists.openscad.org <mailto:Discuss@lists.openscad.org>
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
I would be happy with scaled orthographic views with surfaces collapsed
into 2D as an .svg (not a 2D outline of a slice which is what it can do
now). Colour would be nice, as in F5 Preview. If it can render it on the
GUI, how come it can't export that, and to a scale?
Cheers, Rob
On 26/4/20 11:53 am, Kevin Toppenberg wrote:
> Short answer, is that OpenSCAD is not very good at this.
>
> Long answer is that there are libraries one can use to put in
> dimension lines -- i.e. lines that appear to be part of the 3D object
> you are creating. The lines hang in space etc.
>
> Many, including me, have asked for this feature. But I think that
> OpenSCAD's approach makes automatic dimension lines hard. FreeCAD
> starts with a 2D sketch, so it makes sense for dimension lines to be
> printable from that. But imagine creating a loop that generates a
> start-burst shape in OpenSCAD. How is the program going to know how
> to make dimension lines for that?
>
> Kevin
>
>
>
>
>
> On Sat, Apr 25, 2020 at 12:50 AM Todd <toddg@zwrob.com
> <mailto:toddg@zwrob.com>> wrote:
>
> Hi,
>
> I'd like to start using openscad to generate drawings I can use in
> my (tiny) machine shop. This would be basic stuff like isometric
> and orthographic views with dimension lines and dimensions,
> exploded orthographic views, etc. I'm using SolidyPython as my
> abstraction layer as this gives me ton's of functionality from the
> Python3 ecosystem. SolidPython also has support for holes and BOM
> generation via the @bom_part annotation.
>
> So, to summarize, what facilities does openscad have for
> generating dimensioned isometric and orthograhic views?
>
> -Todd
>
>
> _______________________________________________
> OpenSCAD mailing list
> Discuss@lists.openscad.org <mailto:Discuss@lists.openscad.org>
> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>
>
> _______________________________________________
> OpenSCAD mailing list
> Discuss@lists.openscad.org
> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
NH
nop head
Sun, Apr 26, 2020 8:39 AM
You can export colored previews as PNG. Since you can specify the canvas
size and camera position it should be possible to achieve a specified scale
with some trig.
On Sun, 26 Apr 2020 at 04:40, Rob Ward rl.ward@bigpond.com wrote:
I would be happy with scaled orthographic views with surfaces collapsed
into 2D as an .svg (not a 2D outline of a slice which is what it can do
now). Colour would be nice, as in F5 Preview. If it can render it on the
GUI, how come it can't export that, and to a scale?
Cheers, Rob
On 26/4/20 11:53 am, Kevin Toppenberg wrote:
Short answer, is that OpenSCAD is not very good at this.
Long answer is that there are libraries one can use to put in dimension
lines -- i.e. lines that appear to be part of the 3D object you are
creating. The lines hang in space etc.
Many, including me, have asked for this feature. But I think that
OpenSCAD's approach makes automatic dimension lines hard. FreeCAD starts
with a 2D sketch, so it makes sense for dimension lines to be printable
from that. But imagine creating a loop that generates a start-burst shape
in OpenSCAD. How is the program going to know how to make dimension lines
for that?
Kevin
On Sat, Apr 25, 2020 at 12:50 AM Todd toddg@zwrob.com wrote:
Hi,
I'd like to start using openscad to generate drawings I can use in my
(tiny) machine shop. This would be basic stuff like isometric and
orthographic views with dimension lines and dimensions, exploded
orthographic views, etc. I'm using SolidyPython as my abstraction layer as
this gives me ton's of functionality from the Python3 ecosystem.
SolidPython also has support for holes and BOM generation via the @bom_part
annotation.
So, to summarize, what facilities does openscad have for generating
dimensioned isometric and orthograhic views?
-Todd
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
You can export colored previews as PNG. Since you can specify the canvas
size and camera position it should be possible to achieve a specified scale
with some trig.
On Sun, 26 Apr 2020 at 04:40, Rob Ward <rl.ward@bigpond.com> wrote:
> I would be happy with scaled orthographic views with surfaces collapsed
> into 2D as an .svg (not a 2D outline of a slice which is what it can do
> now). Colour would be nice, as in F5 Preview. If it can render it on the
> GUI, how come it can't export that, and to a scale?
>
> Cheers, Rob
> On 26/4/20 11:53 am, Kevin Toppenberg wrote:
>
> Short answer, is that OpenSCAD is not very good at this.
>
> Long answer is that there are libraries one can use to put in dimension
> lines -- i.e. lines that appear to be part of the 3D object you are
> creating. The lines hang in space etc.
>
> Many, including me, have asked for this feature. But I think that
> OpenSCAD's approach makes automatic dimension lines hard. FreeCAD starts
> with a 2D sketch, so it makes sense for dimension lines to be printable
> from that. But imagine creating a loop that generates a start-burst shape
> in OpenSCAD. How is the program going to know how to make dimension lines
> for that?
>
> Kevin
>
>
>
>
>
> On Sat, Apr 25, 2020 at 12:50 AM Todd <toddg@zwrob.com> wrote:
>
>> Hi,
>>
>> I'd like to start using openscad to generate drawings I can use in my
>> (tiny) machine shop. This would be basic stuff like isometric and
>> orthographic views with dimension lines and dimensions, exploded
>> orthographic views, etc. I'm using SolidyPython as my abstraction layer as
>> this gives me ton's of functionality from the Python3 ecosystem.
>> SolidPython also has support for holes and BOM generation via the @bom_part
>> annotation.
>>
>> So, to summarize, what facilities does openscad have for generating
>> dimensioned isometric and orthograhic views?
>>
>> -Todd
>>
>>
>> _______________________________________________
>> OpenSCAD mailing list
>> Discuss@lists.openscad.org
>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>>
>
> _______________________________________________
> OpenSCAD mailing listDiscuss@lists.openscad.orghttp://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>
>
> _______________________________________________
> OpenSCAD mailing list
> Discuss@lists.openscad.org
> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>
RW
Rob Ward
Sun, Apr 26, 2020 11:50 AM
That is an option, but is not what I was after. SVG can preserve dimension accuracy and is a far better format than bit mapped images for scaling purposes. I could just do screen grabs if I wanted something like that. Not to sound disparaging, I have gratefully used them in many useful publications, and they are very handy
However if I was adding dimensions etc like the original post in this thread requested, I would much rather be working in Inkscape than GIMP, with the possibility of layers etc
Could not the graphic be produced at the very end of an F5, when the data structures would be available for interrogation In a stable state?
I think it could be feasible, unlike more unrealistic requests for OpenSCAD extensions that are click and drag on the GUI that are supposed to be mapped back to parts of the code far removed from any simple 1:1 co-ordinate geometry. Eg spiralling transformations from within a for-next loop.
I have programmed a lot of things in my time, but nothing like Open SCAD (complicated GUI+amazing maths) so I am happy to apologise, if my crude understanding offends anyone.
Cheers, RobW
On 26 April 2020 6:39:08 pm AEST, nop head nop.head@gmail.com wrote:
You can export colored previews as PNG. Since you can specify the
canvas
size and camera position it should be possible to achieve a specified
scale
with some trig.
On Sun, 26 Apr 2020 at 04:40, Rob Ward rl.ward@bigpond.com wrote:
I would be happy with scaled orthographic views with surfaces
into 2D as an .svg (not a 2D outline of a slice which is what it can
now). Colour would be nice, as in F5 Preview. If it can render it on
GUI, how come it can't export that, and to a scale?
Cheers, Rob
On 26/4/20 11:53 am, Kevin Toppenberg wrote:
Short answer, is that OpenSCAD is not very good at this.
Long answer is that there are libraries one can use to put in
lines -- i.e. lines that appear to be part of the 3D object you are
creating. The lines hang in space etc.
Many, including me, have asked for this feature. But I think that
OpenSCAD's approach makes automatic dimension lines hard. FreeCAD
with a 2D sketch, so it makes sense for dimension lines to be
from that. But imagine creating a loop that generates a start-burst
in OpenSCAD. How is the program going to know how to make dimension
for that?
Kevin
On Sat, Apr 25, 2020 at 12:50 AM Todd toddg@zwrob.com wrote:
Hi,
I'd like to start using openscad to generate drawings I can use in
(tiny) machine shop. This would be basic stuff like isometric and
orthographic views with dimension lines and dimensions, exploded
orthographic views, etc. I'm using SolidyPython as my abstraction
this gives me ton's of functionality from the Python3 ecosystem.
SolidPython also has support for holes and BOM generation via the
annotation.
So, to summarize, what facilities does openscad have for generating
dimensioned isometric and orthograhic views?
-Todd
OpenSCAD mailing list
Discuss@lists.openscad.org
That is an option, but is not what I was after. SVG can preserve dimension accuracy and is a far better format than bit mapped images for scaling purposes. I could just do screen grabs if I wanted something like that. Not to sound disparaging, I have gratefully used them in many useful publications, and they are very handy
However if I was adding dimensions etc like the original post in this thread requested, I would much rather be working in Inkscape than GIMP, with the possibility of layers etc
Could not the graphic be produced at the very end of an F5, when the data structures would be available for interrogation In a stable state?
I think it could be feasible, unlike more unrealistic requests for OpenSCAD extensions that are click and drag on the GUI that are supposed to be mapped back to parts of the code far removed from any simple 1:1 co-ordinate geometry. Eg spiralling transformations from within a for-next loop.
I have programmed a lot of things in my time, but nothing like Open SCAD (complicated GUI+amazing maths) so I am happy to apologise, if my crude understanding offends anyone.
Cheers, RobW
On 26 April 2020 6:39:08 pm AEST, nop head <nop.head@gmail.com> wrote:
>You can export colored previews as PNG. Since you can specify the
>canvas
>size and camera position it should be possible to achieve a specified
>scale
>with some trig.
>
>On Sun, 26 Apr 2020 at 04:40, Rob Ward <rl.ward@bigpond.com> wrote:
>
>> I would be happy with scaled orthographic views with surfaces
>collapsed
>> into 2D as an .svg (not a 2D outline of a slice which is what it can
>do
>> now). Colour would be nice, as in F5 Preview. If it can render it on
>the
>> GUI, how come it can't export that, and to a scale?
>>
>> Cheers, Rob
>> On 26/4/20 11:53 am, Kevin Toppenberg wrote:
>>
>> Short answer, is that OpenSCAD is not very good at this.
>>
>> Long answer is that there are libraries one can use to put in
>dimension
>> lines -- i.e. lines that appear to be part of the 3D object you are
>> creating. The lines hang in space etc.
>>
>> Many, including me, have asked for this feature. But I think that
>> OpenSCAD's approach makes automatic dimension lines hard. FreeCAD
>starts
>> with a 2D sketch, so it makes sense for dimension lines to be
>printable
>> from that. But imagine creating a loop that generates a start-burst
>shape
>> in OpenSCAD. How is the program going to know how to make dimension
>lines
>> for that?
>>
>> Kevin
>>
>>
>>
>>
>>
>> On Sat, Apr 25, 2020 at 12:50 AM Todd <toddg@zwrob.com> wrote:
>>
>>> Hi,
>>>
>>> I'd like to start using openscad to generate drawings I can use in
>my
>>> (tiny) machine shop. This would be basic stuff like isometric and
>>> orthographic views with dimension lines and dimensions, exploded
>>> orthographic views, etc. I'm using SolidyPython as my abstraction
>layer as
>>> this gives me ton's of functionality from the Python3 ecosystem.
>>> SolidPython also has support for holes and BOM generation via the
>@bom_part
>>> annotation.
>>>
>>> So, to summarize, what facilities does openscad have for generating
>>> dimensioned isometric and orthograhic views?
>>>
>>> -Todd
>>>
>>>
>>> _______________________________________________
>>> OpenSCAD mailing list
>>> Discuss@lists.openscad.org
>>>
>http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>>>
>>
>> _______________________________________________
>> OpenSCAD mailing
>listDiscuss@lists.openscad.orghttp://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>>
>>
>> _______________________________________________
>> OpenSCAD mailing list
>> Discuss@lists.openscad.org
>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>>
NH
nop head
Sun, Apr 26, 2020 11:58 AM
Could not the graphic be produced at the very end of an F5, when the data
structures would be available for interrogation In a stable state?
No because F5 does not calculate geometry, it draws pixels. F6 calculates
geometry but does not handle colour.
If you make the canvas the same size as your printer it would make no
difference if it was vectors or pixels as printers are not vector
output devices but I don't know if a canvas that big is practical with
OpenSCAD.
On Sun, 26 Apr 2020 at 12:51, Rob Ward rl.ward@bigpond.com wrote:
That is an option, but is not what I was after. SVG can preserve dimension
accuracy and is a far better format than bit mapped images for scaling
purposes. I could just do screen grabs if I wanted something like that. Not
to sound disparaging, I have gratefully used them in many useful
publications, and they are very handy
However if I was adding dimensions etc like the original post in this
thread requested, I would much rather be working in Inkscape than GIMP,
with the possibility of layers etc
Could not the graphic be produced at the very end of an F5, when the data
structures would be available for interrogation In a stable state?
I think it could be feasible, unlike more unrealistic requests for
OpenSCAD extensions that are click and drag on the GUI that are supposed to
be mapped back to parts of the code far removed from any simple 1:1
co-ordinate geometry. Eg spiralling transformations from within a for-next
loop.
I have programmed a lot of things in my time, but nothing like Open SCAD
(complicated GUI+amazing maths) so I am happy to apologise, if my crude
understanding offends anyone.
Cheers, RobW
On 26 April 2020 6:39:08 pm AEST, nop head nop.head@gmail.com wrote:
You can export colored previews as PNG. Since you can specify the canvas
size and camera position it should be possible to achieve a specified scale
with some trig.
On Sun, 26 Apr 2020 at 04:40, Rob Ward rl.ward@bigpond.com wrote:
I would be happy with scaled orthographic views with surfaces collapsed
into 2D as an .svg (not a 2D outline of a slice which is what it can do
now). Colour would be nice, as in F5 Preview. If it can render it on the
GUI, how come it can't export that, and to a scale?
Cheers, Rob
On 26/4/20 11:53 am, Kevin Toppenberg wrote:
Short answer, is that OpenSCAD is not very good at this.
Long answer is that there are libraries one can use to put in dimension
lines -- i.e. lines that appear to be part of the 3D object you are
creating. The lines hang in space etc.
Many, including me, have asked for this feature. But I think that
OpenSCAD's approach makes automatic dimension lines hard. FreeCAD starts
with a 2D sketch, so it makes sense for dimension lines to be printable
from that. But imagine creating a loop that generates a start-burst shape
in OpenSCAD. How is the program going to know how to make dimension lines
for that?
Kevin
On Sat, Apr 25, 2020 at 12:50 AM Todd toddg@zwrob.com wrote:
Hi,
I'd like to start using openscad to generate drawings I can use in my
(tiny) machine shop. This would be basic stuff like isometric and
orthographic views with dimension lines and dimensions, exploded
orthographic views, etc. I'm using SolidyPython as my abstraction layer as
this gives me ton's of functionality from the Python3 ecosystem.
SolidPython also has support for holes and BOM generation via the @bom_part
annotation.
So, to summarize, what facilities does openscad have for generating
dimensioned isometric and orthograhic views?
-Todd
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
> Could not the graphic be produced at the very end of an F5, when the data
structures would be available for interrogation In a stable state?
No because F5 does not calculate geometry, it draws pixels. F6 calculates
geometry but does not handle colour.
If you make the canvas the same size as your printer it would make no
difference if it was vectors or pixels as printers are not vector
output devices but I don't know if a canvas that big is practical with
OpenSCAD.
On Sun, 26 Apr 2020 at 12:51, Rob Ward <rl.ward@bigpond.com> wrote:
> That is an option, but is not what I was after. SVG can preserve dimension
> accuracy and is a far better format than bit mapped images for scaling
> purposes. I could just do screen grabs if I wanted something like that. Not
> to sound disparaging, I have gratefully used them in many useful
> publications, and they are very handy
>
> However if I was adding dimensions etc like the original post in this
> thread requested, I would much rather be working in Inkscape than GIMP,
> with the possibility of layers etc
>
> Could not the graphic be produced at the very end of an F5, when the data
> structures would be available for interrogation In a stable state?
>
> I think it could be feasible, unlike more unrealistic requests for
> OpenSCAD extensions that are click and drag on the GUI that are supposed to
> be mapped back to parts of the code far removed from any simple 1:1
> co-ordinate geometry. Eg spiralling transformations from within a for-next
> loop.
>
> I have programmed a lot of things in my time, but nothing like Open SCAD
> (complicated GUI+amazing maths) so I am happy to apologise, if my crude
> understanding offends anyone.
>
> Cheers, RobW
>
> On 26 April 2020 6:39:08 pm AEST, nop head <nop.head@gmail.com> wrote:
>>
>> You can export colored previews as PNG. Since you can specify the canvas
>> size and camera position it should be possible to achieve a specified scale
>> with some trig.
>>
>> On Sun, 26 Apr 2020 at 04:40, Rob Ward <rl.ward@bigpond.com> wrote:
>>
>>> I would be happy with scaled orthographic views with surfaces collapsed
>>> into 2D as an .svg (not a 2D outline of a slice which is what it can do
>>> now). Colour would be nice, as in F5 Preview. If it can render it on the
>>> GUI, how come it can't export that, and to a scale?
>>>
>>> Cheers, Rob
>>> On 26/4/20 11:53 am, Kevin Toppenberg wrote:
>>>
>>> Short answer, is that OpenSCAD is not very good at this.
>>>
>>> Long answer is that there are libraries one can use to put in dimension
>>> lines -- i.e. lines that appear to be part of the 3D object you are
>>> creating. The lines hang in space etc.
>>>
>>> Many, including me, have asked for this feature. But I think that
>>> OpenSCAD's approach makes automatic dimension lines hard. FreeCAD starts
>>> with a 2D sketch, so it makes sense for dimension lines to be printable
>>> from that. But imagine creating a loop that generates a start-burst shape
>>> in OpenSCAD. How is the program going to know how to make dimension lines
>>> for that?
>>>
>>> Kevin
>>>
>>>
>>>
>>>
>>>
>>> On Sat, Apr 25, 2020 at 12:50 AM Todd <toddg@zwrob.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> I'd like to start using openscad to generate drawings I can use in my
>>>> (tiny) machine shop. This would be basic stuff like isometric and
>>>> orthographic views with dimension lines and dimensions, exploded
>>>> orthographic views, etc. I'm using SolidyPython as my abstraction layer as
>>>> this gives me ton's of functionality from the Python3 ecosystem.
>>>> SolidPython also has support for holes and BOM generation via the @bom_part
>>>> annotation.
>>>>
>>>> So, to summarize, what facilities does openscad have for generating
>>>> dimensioned isometric and orthograhic views?
>>>>
>>>> -Todd
>>>>
>>>>
>>>> _______________________________________________
>>>> OpenSCAD mailing list
>>>> Discuss@lists.openscad.org
>>>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>>>>
>>>
>>> _______________________________________________
>>> OpenSCAD mailing listDiscuss@lists.openscad.orghttp://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>>>
>>>
>>> _______________________________________________
>>> OpenSCAD mailing list
>>> Discuss@lists.openscad.org
>>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>>>
>> _______________________________________________
> OpenSCAD mailing list
> Discuss@lists.openscad.org
> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>