Closed didimitrie closed 6 years ago
Oh why does it not work for Breps?
because breps are stored as 3dm archives at the moment, so you need to deserialise them first
Ah ok, right... it was stored as opennurbs. No problem then.
This has now made its way in the core. SpeckleObjects have a .Scale(double factor)
method. It's not tested much @Eckart-S, so beware!
Step 0:
In progress. Every speckle object will have a
.Scale( double factor )
method that will make unit conversions easier at a pre-geometry level.This will not work for breps though.