triangulate
Submitted by dvmorris on Fri, 2007-08-03 21:04.
Tagged with terms:
Date Updated:
03/08/2007Version:
0.1This script takes all currently selected faces, and triangulates them by adding a vertex at the centroid of each face and connecting all vertices of that face to it. It's a really simple method of triangulation, and there is an optional parameter called 'all' that if set to true, will triangulate every selected face, including faces which are already triangles.
Additional Info:
usage:
load 'triangulateSelected.rb'
#select some faces
triangulateSelected
#-or-
triangulateSelected(true)
Version Requirement:
SketchUp 6Additional Requirements:
n/a
Homepage URL:
http://ends170.com/topmod| Attachment | Size |
|---|---|
| triangulateSelected.rb | 1.13 KB |

