找回密码
 快速注册
搜索
查看: 30|回复: 0

Asymptote 折线 确定的曲面 怎么理解

[复制链接]

3149

主题

8386

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65391
QQ

显示全部楼层

hbghlyj 发表于 2023-2-26 21:59 |阅读模式
折线(0,0,0)--(0,0,1)--(1,0,1)--(1,0,0)--(1,1,0)--(1,1,1)--(0,1,1)-(0,1,0)--cycle
import three;
unitsize(2cm);
triple A = (0,0,0);
triple B = (0,0,1);
triple C = (1,0,1);
triple D = (1,0,0);
triple E = (1,1,0);
triple F = (1,1,1);
triple G = (0,1,1);
triple H = (0,1,0);
path3 p=A--B--C--D--E--F--G--H--cycle;
draw(p,red);

它确定的曲面为什么是
import three;
unitsize(2cm);
triple A = (0,0,0);
triple B = (0,0,1);
triple C = (1,0,1);
triple D = (1,0,0);
triple E = (1,1,0);
triple F = (1,1,1);
triple G = (0,1,1);
triple H = (0,1,0);
path3 p=A--B--C--D--E--F--G--H--cycle;
draw(surface(p), lightgrey);
draw(p,red);

手机版|悠闲数学娱乐论坛(第3版)

GMT+8, 2025-3-4 12:03

Powered by Discuz!

× 快速回复 返回顶部 返回列表