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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user