mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-16 10:08:36 +03:00
0024994: missing implematation of constructor: BRepClass_FaceClassifier
This commit is contained in:
parent
bcbb5d9ba4
commit
e32b64f095
@ -50,15 +50,7 @@ is
|
|||||||
-- face described by <F>.
|
-- face described by <F>.
|
||||||
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