View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0032956 | Community | OCCT:Modeling Algorithms | public | 2022-05-02 19:50 | 2022-05-02 22:02 |
| Reporter | jensgw | Assigned To | |||
| Priority | normal | Severity | major | ||
| Status | new | Resolution | open | ||
| Platform | Linux 64bit | ||||
| Product Version | 7.5.0 | ||||
| Summary | 0032956: Wrong declaration in header of BRepFeat_MakeLinearForm | ||||
| Description | Wrong declaration in header of BRepFeat_MakeLinearForm The header states (hxx): Standard_EXPORT void TransformShapeFU (const Standard_Integer flag); The actual implementation states (cxx): Standard_Boolean BRepFeat_Form::TransformShapeFU(const Standard_Integer flag) The cxx version is correct, at boolean is returned. | ||||
| Steps To Reproduce | Compare hxx and cxx of BRepFeat_MakeLinearForm | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||