bunjii / PTK

PTK under development for Ver. 0.5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assemble Model prob

bunjii opened this issue · comments

in the same model as in issue #35 , I also noticed that the element id increases everytime I reload the file, and that sometimes the sub-element is not assigned to the top and bottom chord of truss (See the edges of those elems).

temp03

I have solved the numbering problem for the element, by simply adding counters-reset lines on the Assemble.cs and Element class.

The reason why brace elements located at the both end of the truss don't have numbering tags there is that there are near-zero-length elements at (at least) one end of those elements. that's another issue to be solved.