Errors In Scale

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
jmaustpc
Veteran
Posts: 11207
Joined: Tue Jul 26, 2011 6:28 am
Location: Australia

Re: Errors In Scale

Post by jmaustpc »

Hi Guys
Now it works if the scale is the same value in each axis with Draft Clone. With all scale axis set to 1.2 it gives a valid solid but while changing them one at a time, I noticed it creates an invalid solid until all axis are at 1.2. Once all three are set at 1.2 if I then go back to 1 for one of them, the solid is invalid again.

OS: Ubuntu 14.04 LTS
Platform: 64-bit
Version: 0.14.3506 (Git)
Branch: master
Hash: 8dca9210d8422541488e1931491c2bdd192777f8
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
SoQt version: 1.6.0a
OCC version: 6.7.0
User avatar
shoogen
Veteran
Posts: 2823
Joined: Thu Dec 01, 2011 5:24 pm

Re: Errors In Scale

Post by shoogen »

I'm sorry, i was talking about uniform scaling. For non-uniform scaling there is no alternative to transformGeometry, which implies the conversion to BSplines.
Post Reply