discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

2D intersection with 3D.

DP
Douglas Peale
Fri, Sep 4, 2020 1:46 AM

I currently could use a function that would return a 2D object from the intersection of a 3D object and a 2D object.

For my application, 2D object which is the shadow of a 3D object on a plane would also work.

Alternatively if linear_extrude() could use a 3D object instead of a 2D object, that would also work.

So far, I have not yet been able to figure out a solution to achieve any of those.

I currently could use a function that would return a 2D object from the intersection of a 3D object and a 2D object. For my application, 2D object which is the shadow of a 3D object on a plane would also work. Alternatively if linear_extrude() could use a 3D object instead of a 2D object, that would also work. So far, I have not yet been able to figure out a solution to achieve any of those.
M
MichaelAtOz
Fri, Sep 4, 2020 1:54 AM

Perhaps
https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/3D_to_2D_Projection


OpenSCAD Admin - email* me if you need anything,  or if I've done something stupid...

  • on the Forum, click on my MichaelAtOz label, there is a link to email me.

Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.

--
Sent from: http://forum.openscad.org/

Perhaps https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/3D_to_2D_Projection ----- OpenSCAD Admin - email* me if you need anything, or if I've done something stupid... * on the Forum, click on my MichaelAtOz label, there is a link to email me. Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above. -- Sent from: http://forum.openscad.org/
W
Whosawhatsis
Fri, Sep 4, 2020 2:06 AM

I think what you want is to enclose your 3D object in projection(cut =
true), then intersect that projection with your 2D object.

On September 3, 2020 at 18:47:32, Douglas Peale (douglas_peale@comcast.net)
wrote:

I currently could use a function that would return a 2D object from the
intersection of a 3D object and a 2D object.

For my application, 2D object which is the shadow of a 3D object on a plane
would also work.

Alternatively if linear_extrude() could use a 3D object instead of a 2D
object, that would also work.

So far, I have not yet been able to figure out a solution to achieve any of
those.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

I think what you want is to enclose your 3D object in projection(cut = true), then intersect that projection with your 2D object. On September 3, 2020 at 18:47:32, Douglas Peale (douglas_peale@comcast.net) wrote: I currently could use a function that would return a 2D object from the intersection of a 3D object and a 2D object. For my application, 2D object which is the shadow of a 3D object on a plane would also work. Alternatively if linear_extrude() could use a 3D object instead of a 2D object, that would also work. So far, I have not yet been able to figure out a solution to achieve any of those. _______________________________________________ OpenSCAD mailing list Discuss@lists.openscad.org http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
DP
Douglas Peale
Fri, Sep 4, 2020 3:32 AM

On 9/3/20 7:06 PM, Whosawhatsis wrote:

I think what you want is to enclose your 3D object in projection(cut = true), then intersect that projection with your 2D object.

On September 3, 2020 at 18:47:32, Douglas Peale (douglas_peale@comcast.net mailto:douglas_peale@comcast.net) wrote:

I currently could use a function that would return a 2D object from the intersection of a 3D object and a 2D object.

For my application, 2D object which is the shadow of a 3D object on a plane would also work.

Alternatively if linear_extrude() could use a 3D object instead of a 2D object, that would also work.

So far, I have not yet been able to figure out a solution to achieve any of those.


OpenSCAD mailing list
Discuss@lists.openscad.org mailto:Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

That is exactly what I was looking for. I don't know why I did not see it on the cheat sheet.

Thanks.

On 9/3/20 7:06 PM, Whosawhatsis wrote: > I think what you want is to enclose your 3D object in projection(cut = true), then intersect that projection with your 2D object. > > On September 3, 2020 at 18:47:32, Douglas Peale (douglas_peale@comcast.net <mailto:douglas_peale@comcast.net>) wrote: > >> I currently could use a function that would return a 2D object from the intersection of a 3D object and a 2D object. >> >> For my application, 2D object which is the shadow of a 3D object on a plane would also work. >> >> Alternatively if linear_extrude() could use a 3D object instead of a 2D object, that would also work. >> >> So far, I have not yet been able to figure out a solution to achieve any of those. >> >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org <mailto:Discuss@lists.openscad.org> >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org That is exactly what I was looking for. I don't know why I did not see it on the cheat sheet. Thanks.
D
David
Fri, Sep 4, 2020 3:39 AM
JB
Jordan Brown
Fri, Sep 4, 2020 4:09 AM
Perhaps this will help:  https://www.thingiverse.com/tag:bltouch_mount
RW
Rob Ward
Fri, Sep 4, 2020 7:41 AM

Try again.
Cheers, RobW

On 4 September 2020 1:39:53 pm AEST, David ainut@hiwaay.net wrote:

Try again. Cheers, RobW On 4 September 2020 1:39:53 pm AEST, David <ainut@hiwaay.net> wrote: > > >_______________________________________________ >OpenSCAD mailing list >Discuss@lists.openscad.org >http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
L
lar3ry@sasktel.net
Fri, Sep 4, 2020 9:08 PM
Narrower search: https://www.thingiverse.com/search?q=bltouch+openscad&type=things&sort =relevant or https://tinyurl.com/y38w9msa