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;
62 int initialize(
const shared_ptr<DomainBase>&)
override;
64 unique_ptr<Section>
get_copy()
override;
66 void print()
override;
A ISection3D class.
Definition: ISection3D.h:34
void print() override
Definition: ISection3D.cpp:68
ISection3D(unsigned, double, double, double, double, double, double, unsigned, unsigned=6, vec &&={0., 0.})
Definition: ISection3D.cpp:23
unique_ptr< Section > get_copy() override
Definition: ISection3D.cpp:66
int initialize(const shared_ptr< DomainBase > &) override
Definition: ISection3D.cpp:43
A Section3D class.
Definition: Section3D.h:38