mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 13:48:57 +08:00
0022887: Request to make Intf_InterferencePolygon2d class thread-safe.
This commit is contained in:
@@ -32,14 +32,6 @@ is
|
||||
|
||||
ResetError(me: in out);
|
||||
|
||||
Bounding (me)
|
||||
---C++: return const &
|
||||
returns Box2d from Bnd;
|
||||
|
||||
Error(me) returns Real from Standard;
|
||||
|
||||
Closed(me) returns Boolean from Standard;
|
||||
|
||||
NbPoints(me) returns Integer;
|
||||
|
||||
Point(me; Index : Integer)
|
||||
@@ -48,12 +40,10 @@ is
|
||||
|
||||
fields
|
||||
|
||||
box : Box2d from Bnd;
|
||||
pnt : Pnt2d from gp;
|
||||
typ : IType from IntPatch;
|
||||
onfirst : Boolean from Standard;
|
||||
wpoly : WLine from IntPatch;
|
||||
rpoly : RLine from IntPatch;
|
||||
defle : Real from Standard;
|
||||
|
||||
end PolyLine;
|
||||
|
||||
Reference in New Issue
Block a user