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
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
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