[solved] How to differentiate the edges?

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
stefankorisnik3
Posts: 101
Joined: Sun Jul 24, 2022 12:49 pm

[solved] How to differentiate the edges?

Post by stefankorisnik3 »

Given a shape:
Screenshot (17).png
Screenshot (17).png (12.13 KiB) Viewed 315 times
Can you tell me how can i find the inner edges?
I started with two wires. Loft between them then convert it to the solid.
Then solid to the mesh. Then mesh to the solid and get this.
Last edited by stefankorisnik3 on Sat Aug 13, 2022 10:00 pm, edited 1 time in total.
stefankorisnik3
Posts: 101
Joined: Sun Jul 24, 2022 12:49 pm

Re: How to differentiate the edges?

Post by stefankorisnik3 »

Here is also the fcstd file
loft.FCStd
(247.3 KiB) Downloaded 8 times
stefankorisnik3
Posts: 101
Joined: Sun Jul 24, 2022 12:49 pm

Re: How to differentiate the edges?

Post by stefankorisnik3 »

Solved. Every third edge in every face is the edge that connects two points from different wires.
stefankorisnik3
Posts: 101
Joined: Sun Jul 24, 2022 12:49 pm

Re: How to differentiate the edges?

Post by stefankorisnik3 »

Also we can differentiate the edge orientation by incspecting the property Orientation and by that we can know if the edge goes from the first to the second wire or the other way.
Post Reply