View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0025541 | Community | [OCCT] OCCT:Modeling Algorithms | public | 2014-12-01 15:57 | 2020-09-14 22:56 |
|
Reporter | Vico Liang | |
Assigned To | msv | |
Priority | normal | Severity | minor | |
Status | new | Resolution | open | |
Platform | Windows | OS | VC++ 2013 | OS Version | 64 bit |
Product Version | [OCCT] 6.8.0 | |
Target Version | [OCCT] 7.6.0* | Fixed in Version | | |
|
Summary | 0025541: BRepOffsetAPI_MakeOffset can't make rectangular end cap even using GeomAbs_Intersection mode. |
Description | Offset a wire consisting of two connected line segment with GeomAbs_Intersection option to make a closed wire. The result is that the end cap is still round. The expected result might be rectangular end cap. The function calling likes this:
BRepOffsetAPI_MakeOffset aMakeOffset(aWire, GeomAbs_Intersection, Standand_False);
See the result from the attached picture.
|
Steps To Reproduce | Or this is a request to support the end cap option in construction method. |
Tags | No tags attached. |
|
Test case number | |
|
Attached Files | MakeOffset_RoundEndCap.png (6,187 bytes) 2014-12-01 15:57 |
|