Asset Definition error

Issue #122 resolved
Mike Bartholomew created an issue

In the AISC Assets database for L shapes, the point definitions have an error. Points 3 and 4 are missing a plus sign between "d" and "t" when brought into a project.

       <O T="Point" X="0" Y="0" />
       <O T="Point" X="t" Y="0" />
       <O T="Point" X="t" Y="-d t" />    Y should be "-d+t"
       <O T="Point" X="b" Y="-d t" />   Y should be "-d+t"
       <O T="Point" X="b" Y="-d" />
       <O T="Point" X="0" Y="-d" />

Also, the origin of the section is at the toe of the short leg of the angle. It seems that a better location for the origin would be the heel of the angle. Those points would be:

       <O T="Point" X="0" Y="0" />
       <O T="Point" X="b" Y="0" />
       <O T="Point" X="b" Y="t" />
       <O T="Point" X="t" Y="t" />
       <O T="Point" X="t" Y="d" />
       <O T="Point" X="0" Y="d" />

Comments (2)

  1. Log in to comment