SketchUcation Plugin Store

 

 

[Plugin] Edge Tools (2.0.4) — 11 July 2011

[Plugin] Edge Tools (2.0.4) — 11 July 2011

Postby thomthom » Sun Dec 20, 2009 7:40 pm

Overview
Collection of some small edge tools I needed for my work.

Access
Tools > Edge Tools
View > Toolbars > Edge Tools
EdgeToolsToolbar.png


Features

 Divide Face (v1.1.0) 


 Close Gaps (v2.0.0) 


Co-linear Edges
Select any sets of connected edges. (Other entities and edges that form loops are ignored.) For each set, the points between the first and last point will be made co-linear to the first and last point. You can also choose to restrict the adjustments of the points to a given direction.

EdgeTools.png


Curve Simplification
"Curve" does here not mean a Curve entity. You don't have to weld anything together. It's just a series of connected edges selected. You can select multiple curves to run this command on. Good for after importing CAD plans of contours.



Algorithm used is the http://en.wikipedia.org/wiki/Ramer-Douglas-Peucker_algorithm
Douglas_Peucker.png


When you are prompted for an epsilon value it refers to the distance b in the above illustration. It's max distance any point is allowed to deviate from the simplified polyline.

The curves must not connect to anything else and not fork. The resulting simplified curve is created as a Curve entity.

Note: The plugin does not check for forking curves. If you see unexpected behaviour - check that your selected curves doesn't fork.

Requirements
  • SketchUp 7 or newer - ( Other versions untested )
  • TT_Lib2 (v2.5.4)

Download


tt_edgetools - 2.0.4.zip


 Footprint 
<Sketchup>/Plugins/
+-
tt_edgetools.rb
+-
TT_EdgeTools
| +-
Images
| +-
close_gaps.rb
| +-
core.rb
| +-
divider.rb
| +-
make_colinear.rb
| +-
simplify.rb

Please, register (free) to access all the attachments on the forums.
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17545
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] Edge Tools (1.0.1) — 20 Desember 2009

Postby thomthom » Sun Dec 20, 2009 8:22 pm

Small bug-fix.
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17545
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] Edge Tools (1.0.1) — 20 Desember 2009

Postby Gaieus » Sun Dec 20, 2009 8:29 pm

This looks very useful, thanks Thom. I remember cases when I had to move vertices one by one manually to end up with something this plugin is capable of. :thumb:
Gai...
User avatar
Gaieus
Administrator
 
Posts: 27604
Joined: Sat Oct 20, 2007 8:24 am
Location: Pécs, Hungary
Name: Csaba Pozsárkó
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: historical reconstruction
Level of SketchUp: Advanced

Re: [Plugin] Edge Tools (1.0.1) — 20 Desember 2009

Postby wind-borne » Sun Dec 20, 2009 9:01 pm

Thanks, this will be extremely useful in my work :!: and outside of work :D
"To read between the lines was easier than to follow the text."OSX 10.8.3 _ _ _ _ _ SU 8.0.16845 pro
User avatar
wind-borne
Premium Member
Premium Member
 
Posts: 152
Joined: Thu Sep 17, 2009 4:05 am
Location: HI

Re: [Plugin] Edge Tools (1.0.1) — 20 Desember 2009

Postby Khai » Sun Dec 20, 2009 9:39 pm

so just so I'm sure, this aligns vertices to one straight line?

if so this is a great import clean up tool...
Khai
 
Posts: 548
Joined: Sun Mar 15, 2009 4:53 pm
Location: Onboard his TARDIS
Name: Khai

Re: [Plugin] Edge Tools (1.0.1) — 20 Desember 2009

Postby thomthom » Sun Dec 20, 2009 9:48 pm

Khai wrote:so just so I'm sure, this aligns vertices to one straight line?

yes.
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17545
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] Edge Tools (1.0.1) — 20 Desember 2009

Postby Khai » Sun Dec 20, 2009 9:56 pm

oh you just made my day...
I'm getting a lot of faces divided on import bringing my work over from trueSpace - in tS, they are quads and there's no issue.. but in SU, they are tri'd.. the vertices are ever so slightly out of alignment.. tS does not care... SU does... this should then fix those faces :)
Khai
 
Posts: 548
Joined: Sun Mar 15, 2009 4:53 pm
Location: Onboard his TARDIS
Name: Khai

Re: [Plugin] Edge Tools (1.0.1) — 20 Desember 2009

Postby Pilou » Mon Dec 21, 2009 12:20 am

cool tools sets! :thumb:
Frenchy Pilou
Is beautiful that please without concept!
Speedy Galerie
User avatar
Pilou
Top SketchUcator
 
Posts: 10026
Joined: Wed Jan 23, 2008 10:33 pm
Operating system: Windows
SketchUp version: 6
License type: Free
SketchUp use: hobby
Level of SketchUp: Advanced

Re: [Plugin] Edge Tools (1.0.1) — 20 Desember 2009

Postby EarthMover » Mon Dec 21, 2009 1:00 am

Thanks Thomthom. Very useful. Max has something similar to straighten edges in the edit poly modifier called Make Planar. Adding the Make Colinear also is a nice touch.
A designer is an emerging synthesis of artist, inventor, mechanic, objective economist and evolutionary strategist. - R. Buckminster Fuller
Some of my 3D crap
User avatar
EarthMover
Top SketchUcator
 
Posts: 1792
Joined: Fri Sep 12, 2008 9:06 pm
Location: Eastern Pennsylvania
Name: Adam Hails

Re: [Plugin] Edge Tools (1.0.1) — 20 Desember 2009

Postby a4chitect » Mon Jan 04, 2010 3:26 pm

perfect tool - thanks!!!
a4chitect
 
Posts: 152
Joined: Sat Nov 17, 2007 5:10 pm

Re: [Plugin] Edge Tools (1.0.1) — 20 Desember 2009

Postby simon le bon » Mon Jan 04, 2010 7:38 pm

Hi Thomas,

You are incredibly productive and innovative.
One more time, this one promise to be strongly useful (I'm reminding the number of times this tools was missing to me)..

my thanks and my respect,

simon.
User avatar
simon le bon
 
Posts: 1077
Joined: Sat Jan 26, 2008 10:22 am
Location: Chouy/ Picardie/ France
Name: Simon Bonnet

Re: [Plugin] Edge Tools (1.0.1) — 20 Desember 2009

Postby thomthom » Mon Jan 04, 2010 7:41 pm

simon le bon wrote:Hi Thomas,

You are incredibly productive and innovative.
One more time, this one promise to be strongly useful (I'm reminding the number of times this tools was missing to me)..

my thanks and my respect,

simon.

Thanks for your kind words.

simon le bon wrote:(I'm reminding the number of times this tools was missing to me)

Co-linear Edges, or Curve Simplification?
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17545
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] Edge Tools (1.0.1) — 20 Desember 2009

Postby Panga » Mon Jan 04, 2010 11:19 pm

Thanks for this new tool !! I'm sure i'll find cases in which it'll be usefull.
Panga
Premium Member
Premium Member
 
Posts: 357
Joined: Fri Dec 14, 2007 11:04 am
Location: FRANCE

Re: [Plugin] Edge Tools (1.0.1) — 20 Desember 2009

Postby simon le bon » Tue Jan 05, 2010 1:20 am

Co-linear :thumb: ;)
User avatar
simon le bon
 
Posts: 1077
Joined: Sat Jan 26, 2008 10:22 am
Location: Chouy/ Picardie/ France
Name: Simon Bonnet

Re: [Plugin] Edge Tools (1.0.1) — 20 Desember 2009

Postby Pixero » Thu Jan 07, 2010 8:17 am

Wow, I've totally missed this. Great plugin.
User avatar
Pixero
Premium Member
Premium Member
 
Posts: 1284
Joined: Wed Nov 14, 2007 2:58 pm
Location: Halmstad, Sweden
Name: Jan Sandström
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] Edge Tools (1.0.1) — 20 Desember 2009

Postby mknorr » Wed Apr 14, 2010 3:14 pm

I am sure this is a stupid question but where does one get this plugin? None of the links here take me anywhere.
mknorr
 
Posts: 6
Joined: Fri May 01, 2009 11:30 am
Name: mknorr

Re: [Plugin] Edge Tools (1.0.1) — 20 Desember 2009

Postby thomthom » Wed Apr 14, 2010 3:20 pm

mknorr wrote:I am sure this is a stupid question but where does one get this plugin? None of the links here take me anywhere.


At the end of the first post in the thread. Look for the cookie. ;)
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17545
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] Edge Tools (1.0.1) — 20 Desember 2009

Postby mknorr » Wed Apr 14, 2010 3:24 pm

See, it was a stupid question :oops:

Thank you Sir
mknorr
 
Posts: 6
Joined: Fri May 01, 2009 11:30 am
Name: mknorr

Re: [Plugin] Edge Tools (1.1.0) — 05 May 2010

Postby thomthom » Sun May 09, 2010 2:50 pm

Update v1.1.0

New:
  • Divide Face (See video in main post.)
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17545
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] Edge Tools (1.1.0) — 05 May 2010

Postby Pilou » Sun May 09, 2010 2:57 pm

That is very good! :thumb: :fro:
Frenchy Pilou
Is beautiful that please without concept!
Speedy Galerie
User avatar
Pilou
Top SketchUcator
 
Posts: 10026
Joined: Wed Jan 23, 2008 10:33 pm
Operating system: Windows
SketchUp version: 6
License type: Free
SketchUp use: hobby
Level of SketchUp: Advanced

Re: [Plugin] Edge Tools (1.1.0) — 05 May 2010

Postby autarchos » Mon May 10, 2010 9:38 pm

ThomThom - the divide face plugin is amazing. i'm redrawing thousands of parcels from the 1960s in a city and this has really just made tedious work about 10 times faster. you're a god!
autarchos
 
Posts: 47
Joined: Sat Nov 15, 2008 6:23 pm
Location: USA
Name: Pete

Re: [Plugin] Edge Tools (1.1.0) — 05 May 2010

Postby thomthom » Mon May 10, 2010 9:56 pm

:D Glad you liked it. It came about because I realised I was repeatedly drawing guidelines offset from and edge, draw an edge, erase guideline. Wanted to merge this into one operation. I often do this while working on façades.
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17545
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] Edge Tools (1.1.0) — 05 May 2010

Postby Pilou » Mon May 10, 2010 10:13 pm

Very practical for have your own grid! :fro:
Here with Protrude by Jim Foltz and Random Painter by Chris Fullmer
edgetools.jpg



@ Thomthom : have you in your Selection Toys or other plugs something that select only oriented faces external? (with any orientation ("White faces")

for this object for example :?:
external.skp
Please, register (free) to access all the attachments on the forums.
Frenchy Pilou
Is beautiful that please without concept!
Speedy Galerie
User avatar
Pilou
Top SketchUcator
 
Posts: 10026
Joined: Wed Jan 23, 2008 10:33 pm
Operating system: Windows
SketchUp version: 6
License type: Free
SketchUp use: hobby
Level of SketchUp: Advanced

Re: [Plugin] Edge Tools (1.1.0) — 05 May 2010

Postby thomthom » Mon May 10, 2010 10:28 pm

hm... no...

this one is a thinker...
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17545
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] Edge Tools (1.1.0) — 05 May 2010

Postby gavvy » Tue May 11, 2010 5:47 am

:( oh no .....
what a XX tool :thumb:
gavvy
 
Posts: 48
Joined: Sat May 17, 2008 3:34 am

Re: [Plugin] Edge Tools (1.1.0) — 05 May 2010

Postby gavvy » Tue May 11, 2010 5:49 am

:shock:
Tomtom ,can i have your msn-account-name??
gavvy
 
Posts: 48
Joined: Sat May 17, 2008 3:34 am

Re: [Plugin] Edge Tools (1.1.0) — 05 May 2010

Postby Pilou » Tue May 11, 2010 8:22 am

hm... no...
this one is a thinker...

Because after this will easy to have a uniform object well oriented! :enlight:
Frenchy Pilou
Is beautiful that please without concept!
Speedy Galerie
User avatar
Pilou
Top SketchUcator
 
Posts: 10026
Joined: Wed Jan 23, 2008 10:33 pm
Operating system: Windows
SketchUp version: 6
License type: Free
SketchUp use: hobby
Level of SketchUp: Advanced

Re: [Plugin] Edge Tools (1.1.0) — 05 May 2010

Postby thomthom » Tue May 11, 2010 8:38 am

Pilou wrote:
hm... no...
this one is a thinker...

Because after this will easy to have a uniform object well oriented! :enlight:

If the purpose is to orient all faces, then right click a face and choose Orient Faces.
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17545
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] Edge Tools (1.1.0) — 05 May 2010

Postby Pilou » Tue May 11, 2010 8:49 am

No, it's not so simple ;)
Try with the object linked above!
You must select by hand all different aeras and make different Reverse before Orient :o
Easy with this object but for a more complex, it's a mess! :roll:
Frenchy Pilou
Is beautiful that please without concept!
Speedy Galerie
User avatar
Pilou
Top SketchUcator
 
Posts: 10026
Joined: Wed Jan 23, 2008 10:33 pm
Operating system: Windows
SketchUp version: 6
License type: Free
SketchUp use: hobby
Level of SketchUp: Advanced

Re: [Plugin] Edge Tools (1.1.0) — 05 May 2010

Postby thomthom » Tue May 11, 2010 9:00 am

Ah, yea, I see now that there are a couple of problem areas. The problem here is knowing programmatically what is "outside".
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17545
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

SketchUcation One-Liner Adverts

by Ad Machine » 5 minutes ago

Need Authorised SketchUp Training by experts in various disciplines? Check out our Training details.

Ad Machine
Robot
 
Posts: 2012

Next

Return to Plugins

Who is online

Users browsing this forum: Archistudent, Atex, Bing [Bot], ducaty, rxavi and 7 guests