Projecting Egde of STL Part onto a Plane
-
- Posts: 2
- Joined: Sun Jan 12, 2025 8:25 pm
- x 1
Projecting Egde of STL Part onto a Plane
Hi all, I used photogrammetry with the Polycam app to 3D scan a climbing wall and now I am trying to cut out the holds of the resulting STL file and make indoor climbing holds out of them on my 3D printer. My big hangup is trying to make the edges of the hold in the STL file project nicely onto a plane behind it to create a nice backing to rest on the climbing wall once printed. Any ideas on a good way to do this? I have experience with Blender, Solidworks, and Meshmixer. Thanks!
- Frederick_Law
- Posts: 1994
- Joined: Mon Mar 08, 2021 1:09 pm
- Location: Toronto
- x 1669
- x 1515
Re: Projecting Egde of STL Part onto a Plane
Pick 3 points on the STL to make a plane. Sketch and extrude. Might need to extrude into the STL part to remove small gaps.
- DanPihlaja
- Posts: 906
- Joined: Thu Mar 11, 2021 9:33 am
- Location: Traverse City, MI
- x 827
- x 1023
Re: Projecting Egde of STL Part onto a Plane
I am fairly certain (if you are using Solidworks), that you will have to import the STL as a solid or a surface body first before you can do anything with it.
-Dan Pihlaja
Solidworks 2022 SP4
2 Corinthians 13:14
Solidworks 2022 SP4
2 Corinthians 13:14
-
- Posts: 2
- Joined: Sun Jan 12, 2025 8:25 pm
- x 1
Re: Projecting Egde of STL Part onto a Plane
How do I make the sketch be only the outline of the part?Frederick_Law wrote: ↑Tue Jan 21, 2025 10:59 am Pick 3 points on the STL to make a plane. Sketch and extrude. Might need to extrude into the STL part to remove small gaps.
Re: Projecting Egde of STL Part onto a Plane
You can try this. It is choking on the random STLs I've tried
- Frederick_Law
- Posts: 1994
- Joined: Mon Mar 08, 2021 1:09 pm
- Location: Toronto
- x 1669
- x 1515
Re: Projecting Egde of STL Part onto a Plane
Project enough points and add lines to the points.ClimberKyle wrote: ↑Thu Jan 23, 2025 2:50 pm How do I make the sketch be only the outline of the part?
STL is billions of triangles. You don't need all of them to get outline.
Re: Projecting Egde of STL Part onto a Plane
I've found that every STL file I've tried to import was different.
Some have discrete surfaces and edges you can relate to, some are just blobs, some are both, it's hit or miss.
I hate STL files, btw. They suck.
The maker community is chock a block with them. I've spent a lot more time than I care to admit reverse engineering them because I want something the same but different.
There is a bit of a push to get people to provide step files as well, but unfortunately a lot of makers are still using things like SketchUp and Tinkercad which don't do step or other neutral 3D file format.
And then there is the whole OpenSCAD thing, which again, only exports STL. Allegedly FreeCAD will read these, but as of yet I've not found a way to do that. And no, I'm REALLY not interested in learning OpenSCAD.
Hopefully the OP will come back and let us know how this worked out.
cheers
Some have discrete surfaces and edges you can relate to, some are just blobs, some are both, it's hit or miss.
I hate STL files, btw. They suck.
The maker community is chock a block with them. I've spent a lot more time than I care to admit reverse engineering them because I want something the same but different.
There is a bit of a push to get people to provide step files as well, but unfortunately a lot of makers are still using things like SketchUp and Tinkercad which don't do step or other neutral 3D file format.
And then there is the whole OpenSCAD thing, which again, only exports STL. Allegedly FreeCAD will read these, but as of yet I've not found a way to do that. And no, I'm REALLY not interested in learning OpenSCAD.
Hopefully the OP will come back and let us know how this worked out.
cheers
chris
- Frederick_Law
- Posts: 1994
- Joined: Mon Mar 08, 2021 1:09 pm
- Location: Toronto
- x 1669
- x 1515
Re: Projecting Egde of STL Part onto a Plane
STL is the end file for 3D printing. Just like G-Code for CNC.
And everyone try to open STL/G-Code in CAD to get something useful.
Good luck.
And everyone try to open STL/G-Code in CAD to get something useful.
Good luck.