Home
last modified time | relevance | path

Searched refs:OCCSurface (Results 1 – 6 of 6) sorted by relevance

/dports/cad/netgen/netgen-6.2.2105/libsrc/occ/
H A Doccmeshsurf.hpp20 class OCCSurface class
56 OCCSurface (const TopoDS_Face & aface, int aprojecttype) in OCCSurface() function in OCCSurface
76 ~OCCSurface() in ~OCCSurface()
111 OCCSurface surface;
H A Doccmeshsurf.cpp18 void OCCSurface :: GetNormalVector (const Point<3> & p, in GetNormalVector()
110 void OCCSurface :: DefineTangentialPlane (const Point<3> & ap1, in DefineTangentialPlane()
289 void OCCSurface :: ToPlane (const Point<3> & p3d, in ToPlane()
331 void OCCSurface :: FromPlane (const Point<2> & pplane, in FromPlane()
360 void OCCSurface :: Project (Point<3> & ap, PointGeomInfo & gi) in Project()
502 ((OCCSurface&)surface).DefineTangentialPlane (p1, *geominfo1, p2, *geominfo2); in DefineTransformation()
H A Doccgeom.hpp360 OCCSurface GetSurface (int surfi) in GetSurface()
363 return OCCSurface (TopoDS::Face(fmap(surfi)), PLANESPACE); in GetSurface()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/occ/
H A Doccmeshsurf.hpp19 class OCCSurface class
55 OCCSurface (const TopoDS_Face & aface, int aprojecttype) in OCCSurface() function in OCCSurface
74 ~OCCSurface() in ~OCCSurface()
109 OCCSurface surface;
H A Doccmeshsurf.cpp18 void OCCSurface :: GetNormalVector (const Point<3> & p, in GetNormalVector()
120 void OCCSurface :: DefineTangentialPlane (const Point<3> & ap1, in DefineTangentialPlane()
251 void OCCSurface :: ToPlane (const Point<3> & p3d, in ToPlane()
293 void OCCSurface :: FromPlane (const Point<2> & pplane, in FromPlane()
321 void OCCSurface :: Project (Point<3> & p, PointGeomInfo & gi) in Project()
390 ((OCCSurface&)surface).DefineTangentialPlane (p1, *geominfo1, p2, *geominfo2); in DefineTransformation()
H A Doccgeom.hpp272 OCCSurface GetSurface (int surfi) in GetSurface()
275 return OCCSurface (TopoDS::Face(fmap(surfi)), PLANESPACE); in GetSurface()