i want to divide the curve into equal length points,and also need to get the “corner points” to the points list,how to get the corner points,thank you!
Hello - are you scripting or working in plain Rhino? In Rhino, a macro might do
! _Explode _Pause _SelLast
_SetRedrawOff
CrvStart _SelNone
_SelLast
_CopyToClipboard
_Undo _Undo _Paste
_SetredrawOn
I don’t know why that green is there…
-Pascal
1 Like
thank you Pascal