Plugin request
-
I believe that Clean Up repairs broken lines
Selection Toys maybe find only line alone
Loose geometry to group by Chris Fullmer maybe can help -
Here is a "one liner" that will select all the edges that are not connected to another edge or are only connected on one end.
m=Sketchup.active_model;e=m.active_entities;s=m.selection;e.grep(Sketchup;;Edge).each{|x| s.add x if x.start.edges.length==1 || x.end.edges.length==1} -
ThomThom's Edge Tools has a couple of tools to help close gaps.
-
How is "stray edges" different than what you need? That is my favorite fo what you've described. Some tools do a good job of auto extruding edges, those can be super useful. But for just finding those edges, stray edges is awesome!
Chris
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better đź’—
Register LoginAdvertisement