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