View Issue Details

IDProjectCategoryView StatusLast Update
0030898CommunityOCCT:Modeling Algorithmspublic2019-09-04 12:07
Reporterdenix56 Assigned Tomsv 
PrioritynormalSeverityminor 
Status newResolutionopen 
Product Version7.3.0 
Summary0030898: Modeling Algorithms - Incorrect shape produced in BRepOffsetAPI_MakePipeShell
DescriptionThe problem is following - depending on the order of the edges in the Profile the BRepOffsetAPI_MakePipeShell either produces valid shape or not, but, at least in this case it should produce valid shape always.

The input.brep contains breps in such order:
path, profile, vertex

output.brep is the invalid result
output_valid.brep is the valid result



BRepOffsetAPI_MakePipeShell sweep(path);
sweep.SetTransitionMode(BRepBuilderAPI_TransitionMode::BRepBuilderAPI_RightCorner);
sweep.Add(profile, vertex, Standard_False, Standard_False);
sweep.Build();
TagsNo tags attached.
Test case number

Attached Files

  • input.brep (1,619 bytes)
  • output.brep (17,399 bytes)
  • output_valid.brep (18,141 bytes)

Activities

denix56

2019-08-13 14:48

reporter  

input.brep (1,619 bytes)

denix56

2019-08-13 14:48

reporter  

output.brep (17,399 bytes)

denix56

2019-08-13 14:49

reporter  

output_valid.brep (18,141 bytes)

Issue History

Date Modified Username Field Change
2019-08-13 14:48 denix56 New Issue
2019-08-13 14:48 denix56 Assigned To => msv
2019-08-13 14:48 denix56 File Added: input.brep
2019-08-13 14:48 denix56 File Added: output.brep
2019-08-13 14:49 denix56 File Added: output_valid.brep
2019-09-04 12:07 kgv Summary Incorrect shape produced in BRepOffsetAPI_MakePipeShell => Modeling Algorithms - Incorrect shape produced in BRepOffsetAPI_MakePipeShell