I am trying to create an offset of a closed curve consisting of 8 segments (6 lines, 2 arcs) and when I use the offset function it changes the arcs to planar curves. Is there something that I’m doing wrong or is it a limitation in grasshopper?
if you bake the result of the offset component in Rhino, you won’t be able to snap to Center point of the offset-arcs either (you get only the center point of the “offset distance = 0” curve, which is the original curve)
same thing if you bake the initial curve, offset in rhino, and try to snap to their center points: they are not recognized
Maybe I should specify further why I need the arc segments. I’m using the deconstruct arc to get the properties of each segment. For the lines the end points and for the arc the radius and begin and end points and orientation CW or CCW.