1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0024994: missing implematation of constructor: BRepClass_FaceClassifier

This commit is contained in:
isn 2015-05-25 12:24:32 +03:00 committed by bugmaster
parent 51840f6910
commit b21ccecc43

View File

@ -50,15 +50,7 @@ is
-- face described by <F>.
is static;
Create(F : in out FaceExplorer from BRepClass;
P : Pnt from gp; Tol : Real)
returns FaceClassifier from BRepClass;
---Purpose: Creates an algorithm to classify the Point P with
-- Tolerance <T> on the face described by <F>.
Create(F : Face from TopoDS;
P : Pnt from gp; Tol : Real)
returns FaceClassifier from BRepClass;