35 const double top_flange_width, top_flange_thickness;
36 const double bottom_flange_width, bottom_flange_thickness;
37 const double web_height, web_thickness;
39 const unsigned int_pt_num;
60 int initialize(
const shared_ptr<DomainBase>&)
override;
62 unique_ptr<Section>
get_copy()
override;
64 void print()
override;
A ISection2D class.
Definition ISection2D.h:34
unique_ptr< Section > get_copy() override
Definition ISection2D.cpp:76
int initialize(const shared_ptr< DomainBase > &) override
Definition ISection2D.cpp:43
void print() override
Definition ISection2D.cpp:78
A Section2D class.
Definition Section2D.h:36