Home
last modified time | relevance | path

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

/dports/cad/solvespace/solvespace-2.3/src/srf/
H A Dsurface.h348 void MakeSectionEdgesInto(SShell *shell, SEdgeList *sel, SBezierList *sbl);
415 void MakeSectionEdgesInto(Vector n, double d,
H A Dsurface.cpp298 void SSurface::MakeSectionEdgesInto(SShell *shell, in MakeSectionEdgesInto() function in SSurface
846 void SShell::MakeSectionEdgesInto(Vector n, double d, in MakeSectionEdgesInto() function in SShell
852 s->MakeSectionEdgesInto(this, sel, sbl); in MakeSectionEdgesInto()
/dports/cad/solvespace/solvespace-2.3/src/
H A Dexportstep.cpp327 ss->MakeSectionEdgesInto(shell, NULL, &sbl); in ExportSurfacesTo()
H A Dexport.cpp84 g->runningShell.MakeSectionEdgesInto(n, d, in ExportSectionTo()