35 const double left_flange_height, left_flange_thickness;
36 const double right_flange_height, right_flange_thickness;
37 const double web_width, web_thickness;
39 const unsigned int_pt_num;
55 int initialize(
const shared_ptr<DomainBase>&)
override;
57 unique_ptr<Section>
get_copy()
override;
59 void print()
override;
A HSection2D class.
Definition: HSection2D.h:34
void print() override
Definition: HSection2D.cpp:61
HSection2D(unsigned, double, double, double, double, double, double, unsigned, unsigned=6, double=0.)
Definition: HSection2D.cpp:23
unique_ptr< Section > get_copy() override
Definition: HSection2D.cpp:59
int initialize(const shared_ptr< DomainBase > &) override
Definition: HSection2D.cpp:33
A Section2D class.
Definition: Section2D.h:38