demos.m

来自「非均匀有理B样条的matlab程序」· M 代码 · 共 38 行

M
38
字号
function tbxStruct=Demos
% Demos   Demo List infomation for NURBS Toolbox

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

if nargout == 0; demo toolbox; return; end

tbxStruct.Name='nurbs';
tbxStruct.Type='Toolbox';

tbxStruct.Help= ...
        {' The NURBS Toolbox provides commands for the construction'
         ' and use of Non-Uniform Rational B-Splines (NURBS).'
         ' '};

tbxStruct.DemoList={
                '3D Line','demoline',
                'Rectangle','demorect',
                'Circle and Arc','democirc',
                'Helix','demohelix',
                'Ellipse', 'demoellip',
                'Test Curve','democurve',
                'Test Surface','demosurf',
                'Bilinear Surface','demo4surf',
                'Knot Insertion','demokntins',
                'Degree Elevation','demodegelev',
                'Curve derivatives','demodercrv',
                'Surface derivatives','demodersrf'
                'Cylinderical arc','democylind',
                'Ruled Surface','demoruled',
                'Coons Surface','democoons',
                'Test Extrusion','demoextrude',
                'Test Revolution - Cup','demorevolve',
                'Test Revolution - Ball & Torus','demotorus',
                '2D Geomtery','demogeom'};

⌨️ 快捷键说明

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