mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-06 18:26:22 +03:00
0024994: missing implematation of constructor: BRepClass_FaceClassifier
This commit is contained in:
parent
51840f6910
commit
b21ccecc43
@ -51,14 +51,6 @@ is
|
|||||||
is static;
|
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;
|
Create(F : Face from TopoDS;
|
||||||
P : Pnt from gp; Tol : Real)
|
P : Pnt from gp; Tol : Real)
|
||||||
returns FaceClassifier from BRepClass;
|
returns FaceClassifier from BRepClass;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user