struct of the RimParams data
More...
#include <CorePrimAPI.h>
|
float | _shoulderDiameter |
|
float | _shoulderHeight |
|
float | _inRingDiameter |
|
float | _outRingDiameter |
|
struct of the RimParams data
- Examples
- bolt_rim.cpp.
◆ RimParams()
coat::RimParams::RimParams |
( |
float | _d, |
|
|
float | _h, |
|
|
float | _d1, |
|
|
float | _d2 ) |
constructor.
- Parameters
-
_d | shoulder diameter |
_h | shoulder height |
_dl | inner ring diameter |
_d2 | outer ring diameter |
◆ inRingDiameter()
RimParams & coat::RimParams::inRingDiameter |
( |
float | _d | ) |
|
set the inner ring diameter.
- Parameters
-
- Returns
- RimParams reference
◆ outRingDiameter()
RimParams & coat::RimParams::outRingDiameter |
( |
float | _d | ) |
|
set the outer ring diameter.
- Parameters
-
- Returns
- RimParams reference
◆ shoulderDiameter()
RimParams & coat::RimParams::shoulderDiameter |
( |
float | _d | ) |
|
set the shoulder diameter.
- Parameters
-
- Returns
- RimParams reference
◆ shoulderHeight()
RimParams & coat::RimParams::shoulderHeight |
( |
float | _h | ) |
|
set the shoulder height.
- Parameters
-
- Returns
- RimParams reference
The documentation for this class was generated from the following file: