mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-25 12:55:50 +03:00
0023467: BRepOffsetAPI_MakeOffset throws StdFail_NotDone and not Standard_ConstructionError
This commit is contained in:
parent
37eb478791
commit
8b595ab775
@ -40,7 +40,7 @@ uses
|
|||||||
|
|
||||||
|
|
||||||
raises
|
raises
|
||||||
ConstructionError from Standard
|
NotDone from StdFail
|
||||||
|
|
||||||
is
|
is
|
||||||
Create returns MakeOffset from BRepOffsetAPI;
|
Create returns MakeOffset from BRepOffsetAPI;
|
||||||
@ -80,9 +80,9 @@ is
|
|||||||
---Purpose: Computes a parallel to the spine at distance Offset and
|
---Purpose: Computes a parallel to the spine at distance Offset and
|
||||||
-- at an altitude Alt from the plane of the spine in relation
|
-- at an altitude Alt from the plane of the spine in relation
|
||||||
-- to the normal to the spine.
|
-- 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
|
raises
|
||||||
ConstructionError from Standard
|
NotDone from StdFail
|
||||||
is static;
|
is static;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user