Trouble with Polycurves and Object.ByGeometry

Hey all,
New here, excited to be getting started, but I’m already banging my head against the wall. I am using AutocadC3D with Dynamo. Right now I just want to convert the object from a polyline in my drawing (with an arbitrary number of points and a mix of curves and lines) to a polycurve, offset it, and bring that offset line back into the drawing. It seems that the problem is happening between the conversion of a polycurve to an object.bygeometry. Any help would be hugely appreciated. Here is a snip of what I’m trying.

Thanks!

Hi @cpalmerXYFET

Use PolylineExtensions.ObjectGeometry node instead:

1 Like

Thank you for your reply! I’m sure that is right but I can’t find that node.

Is there some reason I wouldn’t have PolylineExtensions? I cannot find it in my library or in a search or either my library or dictionary. Maybe I’m just not looking in the right place?

Nevermind, I found it. For posterity, it’s a part of the Civil3DToolkit add-on under the Packages search bar in Dynamo.