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