discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Isometric image

HL
Hendrik Lubbe
Mon, Mar 28, 2022 1:43 PM

Good day

If I need to export a isometric image how do I do that?

Can openscad export such a image for I am a bit confused in what format
to do that.

Thank you

Good day If I need to export a isometric image how do I do that? Can openscad export such a image for I am a bit confused in what format to do that. Thank you
NH
nop head
Mon, Mar 28, 2022 2:36 PM

I think you switch to the orthogonal view and select export as image. I
think that is the same as isometric, not sure.

On Mon, 28 Mar 2022 at 14:44, Hendrik Lubbe blindguydiy@gmail.com wrote:

Good day

If I need to export a isometric image how do I do that?

Can openscad export such a image for I am a bit confused in what format
to do that.

Thank you


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

I think you switch to the orthogonal view and select export as image. I think that is the same as isometric, not sure. On Mon, 28 Mar 2022 at 14:44, Hendrik Lubbe <blindguydiy@gmail.com> wrote: > Good day > > > If I need to export a isometric image how do I do that? > > > Can openscad export such a image for I am a bit confused in what format > to do that. > > > Thank you > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >
MF
Michael Frey
Mon, Mar 28, 2022 2:48 PM

Hi,

I would assume you need to enable orthogonal view

and then manipulate the view port rotation

$vpr = [45,0,-45];
cube(10);

https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#$vpr,$vpt,$vpf_and_$vpd

With kind regards,

Michael Frey

Hi, I would assume you need to enable orthogonal view and then manipulate the view port rotation $vpr = [45,0,-45]; cube(10); https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#$vpr,_$vpt,_$vpf_and_$vpd With kind regards, Michael Frey