DiscussionsIssue archiveOCCT:Modeling Algorithms

Archived issue #0027785

Thickness operation "warps" shape at seam edge

CommunityOCCT:Modeling Algorithmsnew5 public notes

Search issues

Description

Applying a thickness on this special cylinder + draft + fillet part creates a deformed shape at the seam edge. There the flat top face gets an evalation. Note tha tthis effect does not appear when one uses different draft settings, it seems this happens only under very specific circumstances. See Issue 0027784 for a quite similar cylinder + draft + fillet + thickness operation that works fine.


Steps to reproduce

pload MODELING;
pload VISUALIZATION;

pcylinder cyl 50 30;
explode cyl f;
depouille draft cyl 0 0 1 cyl_1 20 0 0 0 0 0 1;

explode draft e;
blend fillet draft 10 draft_1;
explode fillet f;
offsetcompshape thick fillet -5 fillet_3;

vinit;
vdisplay thick;
vbottom;
vrotate 1 1 20;

Public activity

5 archived notes

Participants are labeled by their role within this record.

01Author
The problem was found with FreeCAD 0.17 and OCC7.0.

Note that somehow the provided draw script does not work with the "source" command, but copy paste into draw.exe works.
02Commenter 2
The script contains an error - the command "dep" is not found. Shortened names of commands are not allowed in a script. I have updated it.
03Author
Interesting note from our discussion @FreeCAD forum:
"Export this file to stp and after open in any CAD is geometry all right. Probably is issue in graphics rendering."

http://forum.freecadweb.org/viewtopic.php?f=19&p=134532#p134532
04Commenter 4
It is not rendering error, because we can see the hanging end of an edge in the draw view (see the attached Attachment 1 (PNG)).
05Author
The issue is still reproduced in OCC7.2 beta

Related records