View Issue Details

IDProjectCategoryView StatusLast Update
0023283CommunityOCCT:Modeling Algorithmspublic2017-07-25 19:38
Reporterdingzh Assigned Tobugmaster  
PrioritynormalSeverityminor 
Status closedResolutionno change required 
PlatformWindowsOSVC++ 2010 
Product Version6.5.3 
Summary0023283: Draft a regular triangle to pyramid failed.
DescriptionLoad attached step file, it has only one regular triangle which the side length is 1.0. Use API BRepOffsetAPI_MakeDraft to draft this face, the direction is (0,0,1), the angle is 30 degree, the length is about 0.5773, it's supposed to draft to a pyramid, a solid shape. But no matter how I try, it's always a shell shape.
TagsNo tags attached.
Test case numberNot needed

Attached Files

Activities

dingzh

2012-07-16 02:54

reporter  

triangletopyramid.step (4,377 bytes)

mkv

2017-07-25 18:49

tester   ~0068693

Last edited: 2017-07-25 19:38

Dear BugMaster,
there is bad use API BRepOffsetAPI_MakeDraft,
see BRepOffsetAPI_MakeDraft.hxx:

Constructs the draft surface object defined by the shape
Shape, the direction Dir, and the angle Angle.
Shape must be a TopoDS_Wire, Topo_DS_Face or
TopoDS_Shell with free boundaries.

BRepOffsetAPI_MakeDraft algorithms does not create solid objects, only surfaces.

Issue History

Date Modified Username Field Change
2012-07-16 02:54 dingzh New Issue
2012-07-16 02:54 dingzh Assigned To => jgv
2012-07-16 02:54 dingzh File Added: triangletopyramid.step
2017-07-25 18:49 mkv Test case number => Not needed
2017-07-25 18:49 mkv Note Added: 0068693
2017-07-25 18:49 mkv Status new => closed
2017-07-25 18:49 mkv Assigned To jgv => bugmaster
2017-07-25 18:49 mkv Resolution open => no change required
2017-07-25 19:38 mkv Note Edited: 0068693