I need to create lines of specific lengths on a cylinder. I can get the curve length but is there any way to set the curve length?
Problem Line Length.3dm.zip (50.7 KB)
I need to create lines of specific lengths on a cylinder. I can get the curve length but is there any way to set the curve length?
You can use the _Length
option on the _Divide
command to mark the curve at a specified length.
Thanks. That kinda works for my situation but takes a lot of effort.