3DCoat Python API
The 3DCoat Python API documentation.
|
Public Member Functions | |
__init__ (self) | |
__init__ (self, float d, float h, float h1) | |
Public Member Functions inherited from coat.NutAcornParams | |
NutAcornParams | facetHeight (self, float _h) |
set the facet height. | |
float | facetHeight (self) |
get the facet height. | |
NutHeadBaseParams | copy (self, NutHeadBaseParams p=NutHeadBaseParams.nullptr) |
copies the NutAcornParams object. | |
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. | |
coat.NutTShapedParams.__init__ | ( | self | ) |
Reimplemented from coat.NutAcornParams.
coat.NutTShapedParams.__init__ | ( | self, | |
float | d, | ||
float | h, | ||
float | h1 ) |
Reimplemented from coat.NutAcornParams.