3DCoat Core API
The 3DCoat API documentation.
|
struct of the tshaped data More...
#include <CorePrimAPI.h>
Public Member Functions | |
tshaped () | |
constructor. | |
tshaped (float _d, float _h, float _w) | |
constructor. More... | |
tshaped & | diameter (float _d) |
set the diameter. More... | |
tshaped & | height (float _h) |
set the height. More... | |
tshaped & | width (float _w) |
set the width. More... | |
operator void * () const | |
() operator | |
Public Attributes | |
float | _diameter |
float | _height |
float | _width |
struct of the tshaped data
coat::boltHead::tshaped::tshaped | ( | float | _d, |
float | _h, | ||
float | _w | ||
) |
constructor.
_d | diameter |
_h | height |
_w | width |
tshaped & coat::boltHead::tshaped::diameter | ( | float | _d | ) |
set the diameter.
_d | diameter |
tshaped & coat::boltHead::tshaped::height | ( | float | _h | ) |
set the height.
_h | height |
tshaped & coat::boltHead::tshaped::width | ( | float | _w | ) |
set the width.
_w | width |