Syntax
[XVL,XFL]=VLFLweave(x,y,n,m,h,b,s,f)
Input Parameter
x : | | Size of the Tissue in x-direction (-x/2 .. x/2) |
y : | | Size of the Tissue in y-direction (-y/2 .. y/2) |
n : | | Number if notches |
m : | | Grid Ratio (1) |
h : | | Thickness in y-direction (VLFLyarn) |
b : | | Thickness in z-direction (VLFLyarn) |
s : | | Slot distance (VLFLyarn) |
f : | | Thickness of the enclosing frame if f>0 |
Output Parameter
XVL : | | Vertex list of a textile-tissue structure as a combination of crossed wire-yarns |
XFL : | | Facet list of a textile-tissue structure as a combination of crossed wire-yarns |
Examples
Generate a weaved plane (100 x 100) with 20 yarns:
[VL,FL]=VLFLweave (100,100,20,1,1,1,0,1);
VLFLwriteSTL ('YARN','(c) by Tim C. Lueth',VL,FL);
Copyright 2010-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