![]() |
3DCoat Python API
The 3DCoat Python API documentation.
|
Public Member Functions | |
| __init__ (self) | |
| __init__ (self, float d, float h) | |
Public Member Functions inherited from coat.NutHeadBaseParams | |
| NutHeadBaseParams | diameter (self, float d) |
| set the diameter. | |
| float | diameter (self) |
| get the diameter. | |
| NutHeadBaseParams | height (self, float h) |
| set the height. | |
| float | height (self) |
| get the height. | |
| NutHeadBaseParams | type (self, int t) |
| set the nut type. | |
| int | type (self) |
| set the nut type. | |
| NutHeadBaseParams | copy (self, NutHeadBaseParams p=NutHeadBaseParams.nullptr) |
| copies the object. | |
| coat.NutHexaParams.__init__ | ( | self | ) |
Reimplemented from coat.NutHeadBaseParams.
| coat.NutHexaParams.__init__ | ( | self, | |
| float | d, | ||
| float | h ) |
Reimplemented from coat.NutHeadBaseParams.