Finding Length of Curves?

 From:  coi (MARCO)
5496.5 In reply to 5496.2 
hi there!

there is a script called curvelength at petrs repository.

http://kyticka.webzdarma.cz/3d/moi/#CurveLength

script:/* Calculate length of selected curves and copy to the clipboard as text */ var crvs = moi.geometryDatabase.getSelectedObjects().getCurves(); var len = 0.0; for ( var i = 0; i < crvs.length; ++i ) len += crvs.item(i).getLength(); moi.copyTextToClipboard( len );

funny/frightening thing is, that the unwrap plugin isn't there(@petrs). maybe michael could put those things on a wiki page as some of them a rather hidden in the (forum)system. I#m visiting the forum on regular basis, but sometimes things just slip through.

-marco

EDITED: 23 Oct 2012 by MARCO