0023409: Tricheck command doesn't report problem when triangulation has unexpected...
[occt.git] / src / BRepMesh / BRepMesh_Edge.cdl
index 83b1d7a..4d6c88d 100755 (executable)
@@ -30,7 +30,11 @@ uses    Boolean from Standard,
         DegreeOfFreedom from BRepMesh
 
 
-is          Create         (vDebut    : Integer from Standard;
+is            Create
+              returns Edge from BRepMesh;
+                 ---C++: inline
+                 
+              Create       (vDebut    : Integer from Standard;
                             vFin      : Integer from Standard;
                             canMove   : DegreeOfFreedom from BRepMesh)
               ---Purpose: Contructs a link beetween to vertices.