specklesystems / speckle-sharp

.NET SDK, Schema and Connectors: Revit, Rhino, Grasshopper, Dynamo, ETABS, AutoCAD, Civil3D & more.
https://speckle.systems
Apache License 2.0
363 stars 167 forks source link

bug(civil3d) : fixes pipe base curve conversion bc civil3d api sucks #3593

Closed clairekuang closed 1 month ago

clairekuang commented 1 month ago

tl;dr: basecurve property on pipes is fake news and the line/arc needs to be retrieved directly from the pipe class

bonus: I believe we were misconverting arc pipes previously, and this pr fixes it. Before: image After: image