Example #1
0
 private void GetCopeSection()
 {
      _tee = new SectionTee(null, d - d_c, Section.b_fTop, Section.t_fBot, Section.t_w);
 }
Example #2
0
 internal SectionTee(double d, double b_f, double t_f, double t_w, bool IsInverted)
 {
     ISection r = new ds.SectionTee("", d, b_f, t_f, t_w, IsInverted);
     Section = r;
 }