mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-09 06:08:09 +08:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
Executable
+36
@@ -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;
|
||||
Reference in New Issue
Block a user