![]() |
3DCoat Core API
The 3DCoat API documentation.
|
Public Member Functions | |
| tshaped () | |
| constructor. | |
| tshaped (float d, float h, float h1) | |
| constructor. More... | |
Public Member Functions inherited from coat::nut::acorn | |
| acorn () | |
| constructor. | |
| acorn (float d, float h, float h1) | |
| constructor. More... | |
| acorn & | facetHeight (const float &_h) |
| set the facet height. More... | |
| float | facetHeight () const |
| get the facet height. More... | |
| virtual base * | copy (base *p=nullptr) |
| copies the acorn object. 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::tshaped::tshaped | ( | float | d, |
| float | h, | ||
| float | h1 | ||
| ) |
constructor.
| d | diameter |
| h | height |
| h1 | facet height |