demoextrude.m
来自「强大的nurbs的工具箱 nurbs曲线」· M 代码 · 共 7 行
M
7 行
% Demonstration of surface construction by extrusion.
%
srf = nrbextrude(nrbtestcrv,[0 0 5]);
nrbplot(srf,[40 10]);
title('Extrusion of a test curve along the z-axis');
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?