Arcs from Curves

So you can put arc’s or lines in Offsets component say but it only returns curves. Even if these are still geometrically arcs after the offset, because they are called curves which then can’t be uses in any arc components again which causes Chaos!!

Has anyone found a way to get the arcs and lines back without rebuilding them again.

Been searching for an answer for the question above and found this but it seems yet to be resolved.

You need to attempt to recast the curve back to an arc class. The easiest way to do this is with the “Geometry.Explode” node because internally it attempts to recast each curve.

1 Like

Ah that’s nice and simple. Though i was going to have to code all the type casting.
Thanks