SGT=SGN2SGT(SG,[del])
SG : | Solid Geometry | |
del : | if true; the coded facets are removed; default is true; |
SGT : | Solid Geometry including frames |
SGTset(SGbox,'TCL',TofP([0 0 25])); SG=ans;
SGT2SGN(SG); A=ans
SGN2SGT(A); B=ans;
SGfigure(-30,30); SGTplotalpha(B);
SGT2SGN(SG); A=ans; fname=SGwriteSTL(A,'Codingtest');
A=SGreadSTL(fname); SGN2SGT(A); B=ans