View Issue Details

IDProjectCategoryView StatusLast Update
0026545CommunityOCCT:Modeling Algorithmspublic2023-08-01 15:08
ReporterVico Liang Assigned Tomsv 
PrioritynormalSeverityminor 
Status newResolutionopen 
Product Version6.9.0 
Target VersionUnscheduled 
Summary0026545: BRepOffsetAPI_MakeOffset build invalid shape with Intersetion mode.
DescriptionThe code snippet to reproduce the issue:

TopoDS_Shape aWire = // Load from ArcSegs.brep

BRepOffsetAPI_MakeOffset aMakeOffset;
aMakeOffset.AddWire(aWire);
aMakeOffset.Init(GeomAbs_Intersection, Standard_False);
aMakeOffset.Perform(1, 0);
TagsNo tags attached.
Test case number

Attached Files

  • ArcSegs.brep (1,069 bytes)
  • Invalid_Wire_Offset.png (6,717 bytes)
  • Open_Wire.png (4,402 bytes)

Activities

Vico Liang

2015-08-11 12:43

developer  

ArcSegs.brep (1,069 bytes)

Vico Liang

2015-08-11 12:47

developer  

Invalid_Wire_Offset.png (6,717 bytes)

Vico Liang

2015-08-11 12:52

developer  

Open_Wire.png (4,402 bytes)

Issue History

Date Modified Username Field Change
2015-08-11 12:43 Vico Liang New Issue
2015-08-11 12:43 Vico Liang Assigned To => jgv
2015-08-11 12:43 Vico Liang File Added: ArcSegs.brep
2015-08-11 12:47 Vico Liang File Added: Invalid_Wire_Offset.png
2015-08-11 12:52 Vico Liang File Added: Open_Wire.png
2015-10-28 17:56 msv Assigned To jgv => msv
2015-10-28 17:56 msv Target Version 7.0.0 => 7.1.0
2016-10-28 17:03 msv Target Version 7.1.0 => 7.2.0
2017-07-21 11:34 msv Target Version 7.2.0 => 7.3.0
2017-12-05 17:01 msv Target Version 7.3.0 => 7.4.0
2019-08-12 16:37 msv Target Version 7.4.0 => 7.5.0
2020-09-14 22:56 msv Target Version 7.5.0 => 7.6.0
2021-08-29 18:53 msv Target Version 7.6.0 => 7.7.0
2022-10-24 10:42 szy Target Version 7.7.0 => 7.8.0
2023-08-01 15:08 dpasukhi Target Version 7.8.0 => Unscheduled