Missing points from Autocad polyline

Hi all!

I am working on a very simple script that models cylinders (Solids), sweeping a circle profile along a polyline coming from Civil 3D.

image

Both nodes Object.Geometry and PolylineExtensions.GetGeometry Civil3dToolkit, (or PolyCurve.Curves) fail at retrieving all the points from the polyline, and therefore, only some parts of the whole polyline are captured. I was expecting to see the same result as using sweep within C3D.

Am I using the wrong nodes? Is there any alternative?

Thank you all in advance for your help =)

geometry scaling > medium

1 Like

Correct!!

Thanks a lot @Paolo_Emilio_Serra1 =)