📄 crsecplstr.h
字号:
#ifndef CRSECPLSTR_H#define CRSECPLSTR_H#include "iotools.h"struct vector;struct atsel;class crsecplstr{ public: crsecplstr (void); ~crsecplstr (void); void read (XFILE *in); void changeparam (atsel &atcs,vector &val); /// necessary components for every problem type /// thickness of the plate or plane stress problem double t; /// optional components /// density of material (necessary for dynamics) double rho; /// optional parameter /// concentrated mass (only for dynamic problems) /// it should be used only for cross sections defined at nodes double m;};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -