From 172f6352787dc7bdd58459d6f17ea4080c6edc68 Mon Sep 17 00:00:00 2001 From: jgv Date: Thu, 19 Feb 2015 15:42:27 +0300 Subject: [PATCH] 0025753: BRepOffsetAPI_ThruSections fails for a case with open sections Test cases for issue CR25753 Deleting ttest cases for issue CR25753 --- src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cdl | 3 +++ 1 file changed, 3 insertions(+) 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