From: Pawel Date: Tue, 9 Oct 2012 11:01:21 +0000 (+0200) Subject: 0023467: BRepOffsetAPI_MakeOffset throws StdFail_NotDone and not Standard_Constructio... X-Git-Tag: V6_5_4_beta1~8 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=8b595ab77572c1769023770a1c36ad46f6f49168;p=occt.git 0023467: BRepOffsetAPI_MakeOffset throws StdFail_NotDone and not Standard_ConstructionError --- diff --git a/src/BRepOffsetAPI/BRepOffsetAPI_MakeOffset.cdl b/src/BRepOffsetAPI/BRepOffsetAPI_MakeOffset.cdl index d881dbabae..fad86aa800 100755 --- a/src/BRepOffsetAPI/BRepOffsetAPI_MakeOffset.cdl +++ b/src/BRepOffsetAPI/BRepOffsetAPI_MakeOffset.cdl @@ -40,7 +40,7 @@ uses raises - ConstructionError from Standard + NotDone from StdFail is Create returns MakeOffset from BRepOffsetAPI; @@ -80,9 +80,9 @@ is ---Purpose: Computes a parallel to the spine at distance Offset and -- at an altitude Alt from the plane of the spine in relation -- to the normal to the spine. - -- Exceptions: Standard_ConstructionError if the offset is not built. + -- Exceptions: StdFail_NotDone if the offset is not built. raises - ConstructionError from Standard + NotDone from StdFail is static;