Home
last modified time | relevance | path

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

/dports/cad/netgen/netgen-6.2.2105/libsrc/occ/
H A Doccmeshsurf.hpp23 TopoDS_Face topods_face; member in OCCSurface
59 topods_face = aface; in OCCSurface()
60 occface = BRep_Tool::Surface(topods_face); in OCCSurface()
61 orient = topods_face.Orientation(); in OCCSurface()
63 ShapeAnalysis::GetFaceUVBounds (topods_face, umin, umax, vmin, vmax); in OCCSurface()
H A Doccmeshsurf.cpp469 auto toltool = BRep_Tool::Tolerance( topods_face ); in Project()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/occ/
H A Doccmeshsurf.hpp22 TopoDS_Face topods_face; member in OCCSurface
57 topods_face = aface; in OCCSurface()
58 occface = BRep_Tool::Surface(topods_face); in OCCSurface()
59 orient = topods_face.Orientation(); in OCCSurface()
61 ShapeAnalysis::GetFaceUVBounds (topods_face, umin, umax, vmin, vmax); in OCCSurface()
H A Doccmeshsurf.cpp363 gp_Pnt2d suval = su->ValueOfUV ( pnt, BRep_Tool::Tolerance( topods_face ) ); in Project()