Weave database
The weave database has no GUI, but you can easily delete or add items by adjusting the read_Weave_DB.m file in the database directory. Copy paste an existing item and adjust the parameters. You can find the type abbreviations in the weaves section. Don't forget the item=item+1 line!
Example:
item = item + 1;
Weave{item}.Name = 'myweave';
Weave{item}.type = '22twill';
Weave{item}.warpcount = 200;
Weave{item}.weftcount = 200;
Weave{item}.thickness = 0.5;
Weave{item}.npoints = 1000;
Weave{item}.spacing = 2.5;
Copyright © <2009>, <University of Twente>
Created with the Freeware Edition of HelpNDoc: Free help authoring environment