Splitting curves
Splitting curves
(OP)
Does anyone have a macro/addin VBA for splitting sketch lines/arcs into even length segments? Or is there a way to do this already? The split function is not best solution when splitting elements into 20-30 parts.
Jef
Jef





RE: Splitting curves
I've circumvented this by using the Move function with copy to
place a straight line at intervalls. For an arc I use 'Rotate'
also with copy and then rotate by a certain step. When forming
a circle by segments the circle can be used for say a protrusion
SE will treat it as closed profile also the individual segments
are not manually connected to each other. The same applies to
the line segments (V19/Sp3)
dy