📄 tplotfile3d.cc
字号:
#include <PlotFile3D.h>main(){ PlotFile3D foo("test.pl"); foo.space(-1000,-1000,-1000,1000,1000,1000).erase(); // Draw and label foo.linemod("longdashed").box(-1000,-1000,-1500,1000,1000,0); foo.linemod("solid").sphere(0,0,500,0,0,500,30); foo.linemod("dotted").circle(0,0,500,0,0,800,50); char title[] = "Test of PlotFile3D package"; foo.home().label(title); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -