mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 11:06:26 +08:00
0025021: New option of BRepOffsetAPI_MakeOffset algorithm: open result for open wire
Test cases for issue CR25021
This commit is contained in:
@@ -40,13 +40,15 @@ is
|
||||
Create returns MakeOffset from BRepOffsetAPI;
|
||||
---Purpose: Constructs an algorithm for creating an empty offset
|
||||
Create( Spine : Face from TopoDS;
|
||||
Join : JoinType from GeomAbs = GeomAbs_Arc)
|
||||
Join : JoinType from GeomAbs = GeomAbs_Arc;
|
||||
IsOpenResult : Boolean from Standard = Standard_False)
|
||||
returns MakeOffset from BRepOffsetAPI;
|
||||
---Purpose: Constructs an algorithm for creating an algorithm
|
||||
-- to build parallels to the spine Spine
|
||||
Init( me : in out;
|
||||
Spine : Face from TopoDS;
|
||||
Join : JoinType from GeomAbs = GeomAbs_Arc)
|
||||
Join : JoinType from GeomAbs = GeomAbs_Arc;
|
||||
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
|
||||
@@ -55,11 +57,13 @@ is
|
||||
is static;
|
||||
|
||||
Create( Spine : Wire from TopoDS;
|
||||
Join : JoinType from GeomAbs = GeomAbs_Arc)
|
||||
Join : JoinType from GeomAbs = GeomAbs_Arc;
|
||||
IsOpenResult : Boolean from Standard = Standard_False)
|
||||
returns MakeOffset from BRepOffsetAPI;
|
||||
|
||||
Init( me : in out;
|
||||
Join : JoinType from GeomAbs = GeomAbs_Arc)
|
||||
Join : JoinType from GeomAbs = GeomAbs_Arc;
|
||||
IsOpenResult : Boolean from Standard = Standard_False)
|
||||
---Purpose: Initialize the evaluation of Offseting.
|
||||
is static;
|
||||
|
||||
@@ -99,6 +103,7 @@ fields
|
||||
myIsInitialized : Boolean from Standard;
|
||||
myLastIsLeft : Boolean from Standard;
|
||||
myJoin : JoinType from GeomAbs;
|
||||
myIsOpenResult : Boolean from Standard;
|
||||
myFace : Face from TopoDS;
|
||||
myWires : ListOfShape from TopTools;
|
||||
myLeft : ListOfOffsetWire from BRepFill;
|
||||
|
||||
Reference in New Issue
Block a user