0022564: BRepMesh_Classifier improvements

This commit is contained in:
EPA
2011-09-02 08:16:09 +00:00
committed by bugmaster
parent c99551fa0f
commit 2b59653e67
9 changed files with 568 additions and 1336 deletions

View File

@@ -23,15 +23,6 @@ uses
is
Create (F : Face from TopoDS;
Tol : Real from Standard;
edges : DataMapOfShapePairOfPolygon from BRepMesh;
themap : IndexedMapOfInteger from TColStd;
Str : IndexedMapOfVertex from BRepMesh;
Umin, Umax, Vmin, Vmax: Real from Standard)
returns Classifier from BRepMesh;
Create (F : Face from TopoDS;
Tol : Real from Standard;
edges : DataMapOfShapePairOfPolygon from BRepMesh;
@@ -49,10 +40,6 @@ is
returns Status from BRepMesh;
---C++: inline
NaturalRestriction(me)
returns Boolean from Standard;
---C++: inline
Destroy(me: in out);
---C++: alias ~
@@ -76,6 +63,5 @@ fields
U2 : Real from Standard;
V2 : Real from Standard;
myState : Status from BRepMesh;
isnatural : Boolean from Standard;
end Classifier from BRepMesh;