Lines Matching refs:GetSurface

199 	if (tlo -> GetSurface())  in Save()
201 << tlo->GetSurface()->Name() << " "; in Save()
251 AddSurface (sname, &nprim->GetSurface(j)); in Load()
284 surf = GetSurface (surfname); in Load()
297 surf1 = GetSurface(surfname1); in Load()
298 surf2 = GetSurface(surfname2); in Load()
329 const OneSurfacePrimitive * sp = dynamic_cast< const OneSurfacePrimitive * > (GetSurface(i)); in SaveSurfaces()
330 const ExtrusionFace * ef = dynamic_cast< const ExtrusionFace * > (GetSurface(i)); in SaveSurfaces()
331 const RevolutionFace * rf = dynamic_cast< const RevolutionFace * > (GetSurface(i)); in SaveSurfaces()
470 AddSurface (&prim->GetSurface(i)); in AddSurfaces()
476 const Surface * CSGeometry :: GetSurface (const char * name) const in GetSurface() function in netgen::CSGeometry
606 toplevelobjects[i]->GetSurface() == surf) in GetTopLevelObject()
617 toplevelobjects[i]->GetSurface() == surf) in RemoveTopLevelObject()
776 if (GetSurface(j) -> IsIdentic (*GetSurface(i), inv, eps)) in FindIdenticSurfaces()
964 if (surf && surf != GetSurface(j)) in CalcTriangleApproximation()
968 GetSurface (j) -> GetTriangleApproximation (tas, aboundingbox, facets); in CalcTriangleApproximation()
978 Vec<3> n = GetSurface(j) -> GetNormalVector (tas.GetPoint(k)); in CalcTriangleApproximation()
980 if (GetSurface(j)->Inverse()) n *= -1; in CalcTriangleApproximation()
1123 double kappa = GetSurface(otherind)-> MaxCurvature (); in RefineTriangleApprox()
1166 double f1 = GetSurface(otherind)->CalcFunctionValue (p1); in RefineTriangleApprox()
1167 double f2 = GetSurface(otherind)->CalcFunctionValue (p2); in RefineTriangleApprox()
1197 GetSurface (surfind)->Project (pn); in RefineTriangleApprox()
1200 n = GetSurface (surfind)->GetNormalVector (pn); in RefineTriangleApprox()
1339 GetSurface(surfind)->Project (newp); in RefineTriangleApprox()
1340 n = GetSurface(surfind)->GetNormalVector (newp); in RefineTriangleApprox()