Integration of OCCT 6.5.0 from SVN

This commit is contained in:
bugmaster
2011-03-16 07:30:28 +00:00
committed by bugmaster
parent 4903637061
commit 7fd59977df
16375 changed files with 3882564 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
-- File: BRepCheck_Vertex.cdl
-- Created: Thu Dec 7 11:07:45 1995
-- Author: Jacques GOUSSARD
-- <jag@bravox>
---Copyright: Matra Datavision 1995
class Vertex from BRepCheck inherits Result from BRepCheck
---Purpose:
uses Shape from TopoDS,
Vertex from TopoDS
is
Create(V: Vertex from TopoDS)
returns mutable Vertex from BRepCheck;
InContext(me: mutable; ContextShape: Shape from TopoDS);
Minimum(me: mutable);
Blind(me: mutable);
Tolerance(me: mutable) returns Real from Standard
is static;
end Vertex;