struct of the LambParams data
More...
#include <CorePrimAPI.h>
|
float | _length |
|
float | _diameterTop |
|
float | _diameterBottom |
|
float | _headHeight |
|
float | _height |
|
float | _thickness |
|
struct of the LambParams data
- Examples
- boltheads.cpp.
◆ LambParams()
coat::LambParams::LambParams |
( |
float | _l, |
|
|
float | _dtop, |
|
|
float | _dbottom, |
|
|
float | _hh, |
|
|
float | _h, |
|
|
float | _thick ) |
constructor.
- Parameters
-
_l | length |
_dtop | top diameter |
_dbottom | bottom diameter |
_hh | head height |
_h | height |
_thick | thickness |
◆ diameterBottom()
LambParams & coat::LambParams::diameterBottom |
( |
float | _d | ) |
|
set the bottom diameter.
- Parameters
-
- Returns
- LambParams reference
◆ diameterTop()
LambParams & coat::LambParams::diameterTop |
( |
float | _d | ) |
|
set the top diameter.
- Parameters
-
- Returns
- LambParams reference
◆ headHeight()
LambParams & coat::LambParams::headHeight |
( |
float | _h | ) |
|
set the head height.
- Parameters
-
- Returns
- LambParams reference
◆ height()
set the height.
- Parameters
-
- Returns
- LambParams reference
◆ length()
set the length.
- Parameters
-
- Returns
- LambParams reference
◆ thickness()
LambParams & coat::LambParams::thickness |
( |
float | _t | ) |
|
set the thickness.
- Parameters
-
- Returns
- LambParams reference
The documentation for this class was generated from the following file: