SG=SGT2SGN([SGT])
SGT : | Solid Geometry with Frames |
SG : | Solid Geometry with coded frames and a normal vector list |
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; SGwriteSTL(A,'Codingtest');
A=SGreadSTL('/Users/lueth/Desktop/Codingtest.STL'); SGN2SGT(A); B=ans