View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001834 | Arch | Bug | public | 2014-11-21 00:24 | 2014-11-22 13:13 |
Reporter | rockn | Assigned To | yorik | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux Ubuntu | OS | 14.04 | OS Version | 64 bits |
Fixed in Version | 0.15 | ||||
Summary | 0001834: Lack constraint in sketch of 2-pane type windows | ||||
Description | Changing height value of 2 Paned type windows show that outer frame did not response as they do. Seem that it lack some constraint in the Sketch. This type are affected: Slide 2-pane Sash 2-pane Open 2-pane | ||||
Steps To Reproduce | Make a window (type Sliding 2-pane), to default dimension like 1000x1000 mm. Change height to 2000 mm. The left Glass Frame have not the good shape. Now edit the Sketch, you will see 2 DoF. Seem that adding something like that in each windowtype in ArchWindow.py made the fix : s.addConstraint(Sketcher.Constraint('PointOnObject',16,1,11)) s.addConstraint(Sketcher.Constraint('PointOnObject',9,2,17)) | ||||
Additional Information | I don't know if PointOnObject is better than other constraint. Maybe Equality ? | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
|
OS: Ubuntu 14.04.1 LTS Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.15.4197 (Git) Branch: arch-cutplane2 Hash: e070a717a51789d976f7a0bee48596570d35cf5e Python version: 2.7.6 Qt version: 4.8.6 Coin version: 4.0.0a OCC version: 6.7.0 |
|
Checkout this branch to fix it : https://github.com/wood-galaxy/FreeCAD_sf_master/tree/arch-window |
|
Looks good, I merged the fix, thanks! |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-11-21 00:24 | rockn | New Issue | |
2014-11-21 01:00 | rockn | Note Added: 0005334 | |
2014-11-21 09:51 | rockn | Note Added: 0005335 | |
2014-11-21 14:45 | yorik | Assigned To | => yorik |
2014-11-21 14:45 | yorik | Status | new => assigned |
2014-11-22 01:16 | yorik | Note Added: 0005337 | |
2014-11-22 13:13 | yorik | Changeset attached | => FreeCAD Master master c5f2e9e5 |
2014-11-22 13:13 | yorik | Status | assigned => closed |
2014-11-22 13:13 | yorik | Resolution | open => fixed |
2014-11-22 13:13 | yorik | Fixed in Version | => 0.15 |