3DCoat Python API
The 3DCoat Python API documentation.
|
Public Member Functions | |
__init__ (self) | |
__init__ (self, float d, float h) | |
NutRimParams | inRingDiameter (self, float _d) |
set the inner ring diameter. | |
NutRimParams | outRingDiameter (self, float _d) |
set the outer ring diameter. | |
float | inRingDiameter (self) |
get the inner ring diameter. | |
float | outRingDiameter (self) |
get the outer ring diameter. | |
NutHeadBaseParams | copy (self, NutHeadBaseParams p=NutHeadBaseParams.nullptr) |
copies the NutRimParams 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.NutRimParams.__init__ | ( | self | ) |
Reimplemented from coat.NutHeadBaseParams.
coat.NutRimParams.__init__ | ( | self, | |
float | d, | ||
float | h ) |
Reimplemented from coat.NutHeadBaseParams.
NutHeadBaseParams coat.NutRimParams.copy | ( | self, | |
NutHeadBaseParams | p = NutHeadBaseParams.nullptr ) |
copies the NutRimParams object.
p | pointer to the NutRimParams object to copy. If the pointer equals to null then the object is duplicated |
Reimplemented from coat.NutHeadBaseParams.
float coat.NutRimParams.inRingDiameter | ( | self | ) |
get the inner ring diameter.
NutRimParams coat.NutRimParams.inRingDiameter | ( | self, | |
float | _d ) |
float coat.NutRimParams.outRingDiameter | ( | self | ) |
get the outer ring diameter.
NutRimParams coat.NutRimParams.outRingDiameter | ( | self, | |
float | _d ) |