3DCoat Core API
The 3DCoat API documentation.
|
Public Member Functions | |
NutHexaParams () | |
constructor. | |
NutHexaParams (float d, float h) | |
constructor. | |
Public Member Functions inherited from coat::NutHeadBaseParams | |
NutHeadBaseParams () | |
constructor. | |
NutHeadBaseParams (NutType t, float d, float h) | |
constructor. | |
NutHeadBaseParams & | diameter (const float &d) |
set the diameter. | |
float | diameter () const |
get the diameter. | |
NutHeadBaseParams & | height (const float &h) |
set the height. | |
float | height () const |
get the height. | |
operator void * () const | |
() operator | |
NutHeadBaseParams & | type (int t) |
set the nut type. | |
int | type () const |
set the nut type. | |
virtual NutHeadBaseParams * | copy (NutHeadBaseParams *p=nullptr) |
copies the object. | |
coat::NutHexaParams::NutHexaParams | ( | float | d, |
float | h ) |
constructor.
d | diameter |
h | height |