From 8b595ab77572c1769023770a1c36ad46f6f49168 Mon Sep 17 00:00:00 2001 From: Pawel Date: Tue, 9 Oct 2012 13:01:21 +0200 Subject: [PATCH] 0023467: BRepOffsetAPI_MakeOffset throws StdFail_NotDone and not Standard_ConstructionError --- src/BRepOffsetAPI/BRepOffsetAPI_MakeOffset.cdl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;