I am wondering about the units involved in creating a 2D weave.
http://texgen.sourceforge.net/index.php ... te_Textile
Since units are only input when creating a yarn and not in this step, are the yarn spacing/width and fabric thickness values just multiples of some inherent yarn dimension?
Units when Creating 2D Weave
Moderators: Martin, Developers
Re: Units when Creating 2D Weave
Hi,
The default units are mm. If you want to change this you can set the units for the yarns using the textile.SetGeometryScale function. Pass the required units as a string parameter, eg textile.SetGeometryScale('m')
Hope that helps,
Louise
The default units are mm. If you want to change this you can set the units for the yarns using the textile.SetGeometryScale function. Pass the required units as a string parameter, eg textile.SetGeometryScale('m')
Hope that helps,
Louise
Re: Units when Creating 2D Weave
That really helps, thank you so much for this amazing program!