0023252: Fillet regression

This commit is contained in:
emv
2012-09-20 08:29:26 +04:00
parent a180e3849f
commit 73a97e76da
6 changed files with 25 additions and 12 deletions

View File

@@ -65,10 +65,13 @@ is
---Purpose: prepare classification involving face <F>
-- define 3D point (later used in Compare()) on first vertex of face <F>.
CompareElement(me : in out; F : Shape);
CompareElement(me : in out; F : Shape)
returns Boolean from Standard;
---Purpose: Add the face <F> in the set of faces used in 3D point
-- classification.
-- classification. Returns FALSE if the face <F> has been already
-- added to the set of faces, otherwise returns TRUE.
State(me : in out) returns State from TopAbs;
---Purpose: Returns state of classification of 3D point, defined by
-- ResetElement, with the current set of faces, defined by Compare.