Syntax
[CPL,cp]=CPLstent([xx,hy,dxy,ny,cut])
Input Parameter
xx : | | list with x-sizes of an odd number of stent openings; such as [5 5 5 5 5] |
hy : | | y-size of the stent openings |
dxy : | | material thickness of the stent pattern |
ny : | | odd number of repeating lines such as 1, 3, 5, etc. |
cut : | | if true the last repeated pattern its cut; default is true; |
Output Parameter
CPL : | | Pattern of the Stent that can be used in SGbendedCPL |
cp : | | x coordinates of the first hole line |
Examples
CPLstent([5 5 5 5 10 5 5 5 5],2,.5,17); X=ans;
[a,b]=CPLstent([5 5 5 5 10 5 5 5 5],2,.5,17); b
Copyright 2019-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth
Last html export of this page out of FM database by TL: 2025-09-21