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