35 const double width, height, thickness;
37 const unsigned int_pt_num;
58 int initialize(
const shared_ptr<DomainBase>&)
override;
60 unique_ptr<Section>
get_copy()
override;
62 void print()
override;
A Box3D class.
Definition: Box3D.h:34
void print() override
Definition: Box3D.cpp:67
unique_ptr< Section > get_copy() override
Definition: Box3D.cpp:65
int initialize(const shared_ptr< DomainBase > &) override
Definition: Box3D.cpp:37
Box3D(unsigned, double, double, double, unsigned, unsigned=6, double=0., double=0.)
Definition: Box3D.cpp:23
A Section3D class.
Definition: Section3D.h:38