From: jgv Date: Thu, 19 Feb 2015 12:42:27 +0000 (+0300) Subject: 0025753: BRepOffsetAPI_ThruSections fails for a case with open sections X-Git-Tag: V6_9_0_beta~92 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=172f6352787dc7bdd58459d6f17ea4080c6edc68;p=occt-copy.git 0025753: BRepOffsetAPI_ThruSections fails for a case with open sections Test cases for issue CR25753 Deleting ttest cases for issue CR25753 --- diff --git a/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cdl b/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cdl index cc90b75daa..821dd24d96 100644 --- a/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cdl +++ b/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cdl @@ -101,6 +101,9 @@ is CheckCompatibility(me: in out; check : Boolean from Standard = Standard_True); + ---Purpose: Sets/unsets the option to + -- compute origin and orientation on wires to avoid twisted results + -- and update wires to have same number of edges. SetSmoothing(me: in out; UseSmoothing : Boolean from Standard) ---Purpose: Define the approximation algorithm