Hi, I Split surface or polysurface , than I want to join split edges , not working Joinedge command with this message “Unable to find overlapping intervals”
Hi Hulki -
Splitting a surface or polysurface will not create edges that can be joined with JoinEdge
.
What problem are you trying to solve?
-wim
thanks, i do things like this
Hi @Hulki_Aydoğmuş
If you need just a section of an edge for eg. a sweep, just use SplitEdge to split the edge at any given point (but without splitting the actual surface). You can use MergeEdge to “re-join” them afterwards if needed. JoinEdge is for forcing edges from two geometries to join, even if they are too far apart (according the document tolerances) - and it’s a tool that should be used with caution, as it will most likely cause trouble later on. See the help file for details.
Another approach is to join all the surrounding surfaces, so that only the 4 edges for your sweep are left naked. That will essentially give the same result.
HTH, Jakob
thank you very much