hypar-io / Elements

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

`Transform.ToModelCurves` ignores scale #1051

Open andrewheumann opened 10 months ago

andrewheumann commented 10 months ago

If you create a transform with scale applied to it, you'd expect the scale to be reflected in ToModelCurves, but it's not. new Transform().ToModelCurves() and new Transform().Scaled(10).ToModelCurves() produce identical results.