Home
last modified time | relevance | path

Searched refs:GetSplines (Results 1 – 13 of 13) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/geom2d/
H A Dvsgeom2d.cpp29 if (changeval != geometry2d->GetSplines().Size()) in DrawScene()
31 changeval = geometry2d->GetSplines().Size(); in DrawScene()
57 for (int i = 1; i <= geometry2d->GetSplines().Size(); i++) in DrawScene()
59 geometry2d->GetSplines().Get(i)->GetPoints (20, points); in DrawScene()
69 for (int i = 1; i <= geometry2d->GetSplines().Size(); i++) in DrawScene()
74 geometry2d->GetSplines().Get(i)->GetPoints (6, points); in DrawScene()
75 geometry2d->GetSplines().Get(other)->GetPoints (6, otherpoints); in DrawScene()
H A Dgeom2dmesh.cpp41 p2d = geometry.GetSplines().Get(ap1.edgenr) -> in PointBetween()
57 Vec<2> t2d = geometry.GetSplines().Get(ap1.edgenr) -> GetTangent(ap1.dist); in GetTangent()
79 geometry.GetSplines().Get(egi.edgenr) -> Project (p2d, pp, t); in ProjectToEdge()
H A Dsplinegeometry2.hpp57 const Array<SplineSegment*> & GetSplines () const in GetSplines() function in SplineGeometry2d
/dports/cad/netgen/netgen-6.2.2105/libsrc/geom2d/
H A Dvsgeom2d.cpp29 if (changeval != geometry2d->GetSplines().Size()) in DrawScene()
31 changeval = geometry2d->GetSplines().Size(); in DrawScene()
57 for (int i = 1; i <= geometry2d->GetSplines().Size(); i++) in DrawScene()
59 geometry2d->GetSplines().Get(i)->GetPoints (200, points); in DrawScene()
69 for (int i = 1; i <= geometry2d->GetSplines().Size(); i++) in DrawScene()
74 geometry2d->GetSplines().Get(i)->GetPoints (6, points); in DrawScene()
75 geometry2d->GetSplines().Get(other)->GetPoints (6, otherpoints); in DrawScene()
H A Dgeometry2d.cpp32 auto spline = GetSplines().Get(ap1.edgenr); in PointBetweenEdge()
85 Vec<2> t2d = GetSplines().Get(ap1.edgenr) -> GetTangent(ap1.dist); in GetTangent()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/geom2d/
H A Dgeom2dmesh.cpp44 p2d = geometry.GetSplines().Get(ap1.edgenr) -> in PointBetween()
60 Vec<2> t2d = geometry.GetSplines().Get(ap1.edgenr) -> GetTangent(ap1.dist); in GetTangent()
82 geometry.GetSplines().Get(egi.edgenr) -> Project (p2d, pp, t); in ProjectToEdge()
H A Dsplinegeometry2.hpp57 const ARRAY<SplineSegment*> & GetSplines () const in GetSplines() function in SplineGeometry2d
H A Dsplinegeometry.hpp71 const ARRAY<SplineSeg<D>*> & GetSplines () const in GetSplines() function in SplineGeometry
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/gprim/
H A Dsplinegeometry.hpp39 const Array<SplineSeg<D>*> & GetSplines () const in GetSplines() function in netgen::SplineGeometry
/dports/cad/netgen/netgen-6.2.2105/libsrc/gprim/
H A Dsplinegeometry.hpp45 const NgArray<SplineSeg<D>*> & GetSplines () const in GetSplines() function in netgen::SplineGeometry
/dports/cad/netgen/netgen-6.2.2105/libsrc/csg/
H A Dsplinesurface.hpp26 const auto & GetSplines() const { return splines; } in GetSplines() function in netgen::SplineSurface
H A Dextrusion.cpp47 for(auto i : Range(path->GetSplines())) in Init()
H A Dpython_csg.cpp514 for(auto spline : surf->GetSplines()) in ExportCSG()