hypar-io / Elements

The smallest useful BIM.
https://www.hypar.io
MIT License
347 stars 74 forks source link

Update ToPolyline function in BoundedCurve #1041

Closed KaterynaSloboda closed 10 months ago

KaterynaSloboda commented 10 months ago

BACKGROUND:

DESCRIPTION:

TESTING:

FUTURE WORK:

REQUIRED:

COMMENTS:


This change is Reviewable

DmytroMuravskyi commented 10 months ago

Just wanted to leave my 5 cents here that with this change Arc.ToPolyline is redundant as it's 100% same override as base class function.

KaterynaSloboda commented 10 months ago

Just wanted to leave my 5 cents here that with this change Arc.ToPolyline is redundant as it's 100% same override as base class function.

Done