Hi all. I am trying to create a mesh file (ts3) out of the tool as I would like to have control on certain mesh properties that automatism does not maintain.
In the file header I read
:AttributeName 1 NodeType
:AttributeType 1 oneof "Interior=0" "OutLine=1" "SubMesh=2" "HardPoint=3" "HardLine=4" "HardIsland=5" "SoftLine=6" "SoftIsland=7"
:AttributeName 2 Density
I guess this referes to the columns below which look like
0.000000 0.000000 1 63
0.000000 72.000000 1 63
0.000000 135.000000 1 63
...
which I interpret as coordinate X, coordinate Y, the AttributeType 1 (as of the header). Then, the last column seems bound to be the ':AttributeName 2 Density'. This is the same for all rows of that kind, and is equal to the 'default edge length' that I set in GUI. Hence the following questions:
- What is the Density referred to in the header?
- How is this related to the default edge length?
- What is the default edge length? Default for which operations?
- Can someone point me in the direction of the Blue Kenue manuals?
Thanks in advance for helping me out
Giordano Lipari