GenCyl

バージョン 1.1.0.0 (173 KB) 作成者: Jonathan
Generate a 3D mesh given a 3D curve and radii.
ダウンロード: 499
更新 2011/8/22

ライセンスの表示

This program generates a cartesian mesh [x,y,z] from a 3D curve, and a vector of associated radii.

It takes four inputs, two of which are optional:
* P (3D curve) = 3xN matrix with each point of the curve given in correct order and columnwise.
* R (Radii) = 1xN vector with positive scalar corresponding to the radius at each point
- [opt] NBetween: defaults to 2. Can be used to smooth the variations of the radii on the mesh; the radii will automatically be interpolated if it is >2. It is equivalent to the length of the first parameter of 'cylinder' in Matlab.
- [opt] NArround: defaults to 20. Equivalent to the second parameter of 'cylinder' in Matlab.

Very fast computation of the mesh. Uses the 'cylinder' function of Matlab, as well as quaternions and spline interpolation.

引用

Jonathan (2024). GenCyl (https://www.mathworks.com/matlabcentral/fileexchange/32597-gencyl), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2011a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSurface and Mesh Plots についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

Updated subtitle and description.

1.0.0.0