View Issue Details

IDProjectCategoryView StatusLast Update
0002313FreeCADBugpublic2015-12-15 13:15
Reporterteobo Assigned Toyorik  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Fixed in Version0.16 
Summary0002313: Surface of face does not show up in view when generated by script
DescriptionIt 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 Informationhttps://www.dropbox.com/s/s9oqilmmk9pnaze/visu_face_bug.fcstd?dl=0
TagsNo tags attached.
FreeCAD Information

Activities

teobo

2015-10-28 15:55

reporter  

visu_face_bug.fcstd (Attachment missing)

teobo

2015-10-28 17:04

reporter   ~0006507

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

yorik

2015-10-28 18:57

administrator   ~0006508

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!

Issue History

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