Would it be possible to turn the output of the CurvatureGraph analysis into actual geometry?
Thanks!
Hi Mathias, it’s pretty straightforward to get the curvature values along a curve. Here’s a script I recently wrote that demonstrates how to build a colored mesh graph visualising curve curvature. If you output points
and vectors
from the component (i.e. the variables on line 81), that should be enough to construct anything you might need:
210907_AnalyseCurveCurvature_GHPython_00.gh (5.0 KB)
6 Likes
Thanks, Anders. Super neat as always!
1 Like