Home
last modified time | relevance | path

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

/dports/cad/solvespace/solvespace-2.3/src/srf/
H A Dsurface.h344 SShell *useCurvesFrom=NULL);
349 void MakeClassifyingBsp(SShell *shell, SShell *useCurvesFrom);
383 void MakeClassifyingBsps(SShell *useCurvesFrom);
387 SEdgeList *el, SShell *useCurvesFrom);
H A Dboolean.cpp754 void SShell::MakeClassifyingBsps(SShell *useCurvesFrom) { in MakeClassifyingBsps() argument
757 ss->MakeClassifyingBsp(this, useCurvesFrom); in MakeClassifyingBsps()
761 void SSurface::MakeClassifyingBsp(SShell *shell, SShell *useCurvesFrom) { in MakeClassifyingBsp() argument
764 MakeEdgesInto(shell, &el, AS_UV, useCurvesFrom); in MakeClassifyingBsp()
769 MakeEdgesInto(shell, &edges, AS_XYZ, useCurvesFrom); in MakeClassifyingBsp()
H A Dsurfinter.cpp500 SEdgeList *el, SShell *useCurvesFrom) in MakeCoincidentEdgesInto() argument
505 ss->MakeEdgesInto(this, el, SSurface::AS_XYZ, useCurvesFrom); in MakeCoincidentEdgesInto()
H A Dsurface.cpp255 SShell *useCurvesFrom) in MakeEdgesInto() argument
265 if(useCurvesFrom) { in MakeEdgesInto()
266 sc = useCurvesFrom->curve.FindById(sc->newH); in MakeEdgesInto()