demoruled.m

来自「强大的nurbs的工具箱 nurbs曲线」· M 代码 · 共 15 行

M
15
字号
% Demonstration of ruled surface construction.
%

%  D.M. Spink
%  Copyright (c) 2000.

% clear all recorded graphics and the current window
title('Ruled surface construction from two NURBS curves.');

crv1 = nrbtestcrv;
crv2 = nrbtform(nrbcirc(4,[4.5;0],pi,0.0),vectrans([0.0 4.0 -4.0]));
srf = nrbruled(crv1,crv2);
nrbplot(srf,[40 20]);
title('Ruled surface construction from two NURBS curves.');

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?