![]() |
3DCoat Python API
The 3DCoat Python API documentation.
|
Public Member Functions | |
| __init__ (self) | |
| __init__ (self, float d, float h, float h1) | |
| 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.NutAcornParams.__init__ | ( | self | ) |
Reimplemented from coat.NutHeadBaseParams.
Reimplemented in coat.NutLowAcornParams, coat.NutLowAcornParams, coat.NutSelfLockParams, coat.NutSelfLockParams, coat.NutTShapedParams, and coat.NutTShapedParams.
| coat.NutAcornParams.__init__ | ( | self, | |
| float | d, | ||
| float | h, | ||
| float | h1 ) |
Reimplemented from coat.NutHeadBaseParams.
Reimplemented in coat.NutLowAcornParams, coat.NutLowAcornParams, coat.NutSelfLockParams, coat.NutSelfLockParams, coat.NutTShapedParams, and coat.NutTShapedParams.
| NutHeadBaseParams coat.NutAcornParams.copy | ( | self, | |
| NutHeadBaseParams | p = NutHeadBaseParams.nullptr ) |
copies the NutAcornParams object.
| p | pointer to the NutAcornParams object to copy. If the pointer equals to null then the object is duplicated |
Reimplemented from coat.NutHeadBaseParams.
| float coat.NutAcornParams.facetHeight | ( | self | ) |
get the facet height.
| NutAcornParams coat.NutAcornParams.facetHeight | ( | self, | |
| float | _h ) |