meshCurvature
Mesh Curvature Analysis for Rhino GrasshopperPython Component developed by Mirco BeckerThis was initially developed to for mesh analysis on 3d scan data. The algorithm works locally on mesh vertices by calculating the angle of edges against the vertex normal. It is a stripped down implementation of this method by Szymon Rusinkiewicz.
meshCurvature version 0.31 (updated 17.12.2013) there was a bug: name ‘spline’ is not defined – fixed developed in Grasshopper 0.9.0061
|
Pingback: Sculpture Scanning | informance
Runtime error
(UnboundNameException):
name ‘spline’ is not defined
thanks for pointing that out. it is fixed now in 0.31. hope it all works for you now
Wonderful!!!!
Now works fine. Thank you for this component.
Pingback: Digital Bodies | informance
I can’t find the component anywhere, could you please tell me how to download it? THX a lot!
There is a download button on the page under the image. Got it?
Hi, I try to apply this to analyze my mesh, but the python script has an error . it says ‘curvInv’ is not defined. Do you what should I do to correct this error? THX!
Never mind. It works now.
Great. Did you edit something?