![]() |
3DCoat Core API
The 3DCoat API documentation.
|
Additional Inherited Members | |
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. | |