View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002012 | FreeCAD | Feature | public | 2015-03-20 12:17 | 2015-12-15 13:18 |
| Reporter | plgarcia | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | won't fix | ||
| Product Version | 0.14 | ||||
| Fixed in Version | 0.16 | ||||
| Summary | 0002012: Can in position add the ability to scale the object (scalex, scaley, scalez) ? | ||||
| Description | Everything is in the title! | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
|
|
This is actually a design decision of FreeCAD that the placement of an object doesn't allow to change the scale. But there are many workarounds to that, the simplest way is to use the Draft Clone tool, which allows to change the scale. |
|
|
This feature won't be implemented because scaling in cad design is considered a bad thing: http://forum.freecadweb.org/viewtopic.php?f=3&t=1341 Especially, with the used cad kernel when doing scaling you completely break the model because all underlying geometries will be converted from exact descriptions (line, ellipse, ..., plane, cylinder, sphere, ...) to b-splines curves or surfaces. This makes the model often useless for further operations -- especially boolean operations are mainly affected. Yorik suggested a way to scale if it's really, really needed. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-03-20 12:17 | plgarcia | New Issue | |
| 2015-03-21 01:47 | yorik | Note Added: 0005891 | |
| 2015-04-11 16:00 | wmayer | Note Added: 0005999 | |
| 2015-04-11 16:00 | wmayer | Status | new => closed |
| 2015-04-11 16:00 | wmayer | Resolution | open => won't fix |
| 2015-12-15 13:18 | yorik | Fixed in Version | => 0.16 |
FreeCAD