View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002313 | FreeCAD | Bug | public | 2015-10-28 15:55 | 2015-12-15 13:15 |
Reporter | teobo | Assigned To | yorik | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Fixed in Version | 0.16 | ||||
Summary | 0002313: Surface of face does not show up in view when generated by script | ||||
Description | It looks like that: https://www.dropbox.com/s/zcagwr5bctu2qlg/face_visu_bug.png?dl=0 >>> wire = Part.makePolygon([Vector (7.5, 17.14, 0.0), Vector (7.5, 20.0, 0.0), Vector (10.0, 17.14, 0.0), Vector (10.0, 20.0, 0.0)]) >>> face = Part.Face(wire) >>> Part.show(face) >>> Gui.SendMsgToActiveView("ViewFit") >>> Gui.getDocument("Unnamed1").getObject("Shape").Visibility=False >>> a=Draft.makeWire([Vector (7.5, 17.14, 0.0), Vector (7.5, 20.0, 0.0), Vector (10.0, 17.14, 0.0), Vector (10.0, 20.0, 0.0)],closed=True,face=True,support=None) | ||||
Additional Information | https://www.dropbox.com/s/s9oqilmmk9pnaze/visu_face_bug.fcstd?dl=0 | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
|
|
|
OS: Ubuntu 14.04.3 LTS Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.16.5840 (Git) Build type: None Branch: master Hash: fc8e2eed6461665e3d2ad5ad405ed7e4722c19f2 Python version: 2.7.6 Qt version: 4.8.6 Coin version: 4.0.0a OCC version: 6.8.0.oce-0.17 |
|
This is not a bug. You are not giving the points in the correct order, therefore you are creating an impossible "twisted" face, therefore it doesn't appear. Please do not give dropbox links in bug reports, since they can become unavailable in the future. Please attach instead, thanks! |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-10-28 15:55 | teobo | New Issue | |
2015-10-28 15:55 | teobo | File Added: visu_face_bug.fcstd | |
2015-10-28 17:04 | teobo | Note Added: 0006507 | |
2015-10-28 18:57 | yorik | Note Added: 0006508 | |
2015-10-28 18:57 | yorik | Status | new => closed |
2015-10-28 18:57 | yorik | Assigned To | => yorik |
2015-10-28 18:57 | yorik | Resolution | open => no change required |
2015-12-15 13:15 | yorik | Fixed in Version | => 0.16 |