Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Sweep.cxx2194 Handle(Geom_BoundedSurface) BndS; in BuildShell() local
2195 BndS = Handle(Geom_BoundedSurface)::DownCast(TabS(isec,ipath)); in BuildShell()
2196 GeomLib::ExtendSurfByLength(BndS, ExtendFirst, 1, in BuildShell()
2198 TabS(isec,ipath) = BndS; in BuildShell()
2201 Handle(Geom_BoundedSurface) BndS; in BuildShell() local
2202 BndS = Handle(Geom_BoundedSurface)::DownCast(TabS(isec,ipath)); in BuildShell()
2203 GeomLib::ExtendSurfByLength(BndS, ExtendLast, 1, in BuildShell()
2205 TabS(isec,ipath) = BndS; in BuildShell()