1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0025334: BRepOffsetAPI_MakeOffset algorithm crashes on some customer's shape

Test cases for issue CR25334
This commit is contained in:
jgv
2014-10-23 14:36:48 +04:00
committed by bugmaster
parent ba9e14dfb9
commit 0e0f7a7cde
30 changed files with 1465 additions and 82 deletions

View File

@@ -51,9 +51,12 @@ is
IsOpenResult : Boolean from Standard = Standard_False)
---Purpose: Initializes the algorithm to construct parallels to the spine Spine.
-- Join defines the type of parallel generated by the
-- salient vertices of the spine. The default type is
-- GeomAbs_Arc where the vertices generate sections
-- of a circle. At present, this is the only construction type implemented.
-- salient vertices of the spine.
-- The default type is GeomAbs_Arc where the vertices generate
-- sections of a circle.
-- If join type is GeomAbs_Intersection, the edges that
-- intersect in a salient vertex generate the edges
-- prolonged until intersection.
is static;
Create( Spine : Wire from TopoDS;