1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-07 18:30:55 +03:00

0025074: Intf_Polygon2d - add virtual destructor

This commit is contained in:
kgv 2014-07-12 13:31:17 +04:00 committed by bugmaster
parent c67cd62ecf
commit ac83e94f8b

View File

@ -34,6 +34,7 @@ is
Closed (me) Closed (me)
returns Boolean from Standard is virtual; returns Boolean from Standard is virtual;
---Purpose: Returns True if the polyline is closed. ---Purpose: Returns True if the polyline is closed.
---C++: alias " virtual ~Intf_Polygon2d() {}"
DeflectionOverEstimation (me) returns Real from Standard is deferred; DeflectionOverEstimation (me) returns Real from Standard is deferred;
---Purpose: Returns the tolerance of the polygon. ---Purpose: Returns the tolerance of the polygon.