You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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()
andnew Transform().Scaled(10).ToModelCurves()
produce identical results.The text was updated successfully, but these errors were encountered: