1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0023467: BRepOffsetAPI_MakeOffset throws StdFail_NotDone and not Standard_ConstructionError

This commit is contained in:
Pawel 2012-10-09 13:01:21 +02:00
parent 37eb478791
commit 8b595ab775

View File

@ -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;