利萨如图形
合集下载
相关主题
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
复制代码:
to handle buttonclick
select ellipse ellipse1
send copy
stepi from 2 to 180
send paste
name of selection = ("ellipse"&i)
item 1 of position of selection=item 1 of position of ellipse ellipse1 +(i-1)*45
end
end
利萨如图像:
to handle buttonclick
x0=7000;y0=4000;R=1000;
nx=2;ny=3;feix=0.4;
stepi from 1 to 180
setposition of ellipse ("ellipse"&i) to x0+2*R*cos(nx*i*6.28/180+feix),y0+1.5*R*sin(ny*i*6.28/180)
end
end
43