Home
last modified time | relevance | path

Searched refs:aprojecttype (Results 1 – 4 of 4) sorted by relevance

/dports/cad/netgen/netgen-6.2.2105/libsrc/occ/
H A Doccmeshsurf.hpp56 OCCSurface (const TopoDS_Face & aface, int aprojecttype) in OCCSurface() argument
62 projecttype = aprojecttype; in OCCSurface()
118 int aprojecttype, const MeshingParameters & mparam);
H A Doccmeshsurf.cpp489 const Box<3> & abb, int aprojecttype, in Meshing2OCCSurfaces() argument
492 surface(TopoDS::Face(asurf), aprojecttype) in Meshing2OCCSurfaces()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/occ/
H A Doccmeshsurf.hpp55 OCCSurface (const TopoDS_Face & aface, int aprojecttype) in OCCSurface() argument
60 projecttype = aprojecttype; in OCCSurface()
114 Meshing2OCCSurfaces (const TopoDS_Shape & asurf, const Box<3> & aboundingbox, int aprojecttype);
H A Doccmeshsurf.cpp379 const Box<3> & abb, int aprojecttype) in Meshing2OCCSurfaces() argument
380 : Meshing2(mparam, Box<3>(abb.PMin(), abb.PMax())), surface(TopoDS::Face(asurf), aprojecttype) in Meshing2OCCSurfaces()