h=SGplot(SG,[c,w,T,N])
SG : | Solid Geometry Structure | |
c : | Color; Option for VLFLplot | |
w : | Width; Option for VLFLplot | |
T : | optional HT matrix | |
N : | optional Name of Coordinate System |
h : | handle to figure |
SG1=SGofCPLz(PLcircle(10),10); SG2=SG1; SG3=SG1;
SGfigure(-30,30); SGplot (SG1,'r')
SGfigure(-30,30); SGplot ({SG1,SG2,SG3},'m')