|
| __init__ (self) |
|
| __init__ (self, float d, float h) |
|
| __init__ (self, float d, float h, float fw, float fh) |
|
NutFlangeParams | facetWidth (self, float w) |
| set the width.
|
|
NutFlangeParams | facetHeight (self, float h) |
| set the facet height.
|
|
float | facetWidth (self) |
| get the width.
|
|
float | facetHeight (self) |
| get the height.
|
|
NutHeadBaseParams | copy (self, NutHeadBaseParams p=NutHeadBaseParams.nullptr) |
| copies the NutFlangeParams object.
|
|
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.
|
|
◆ __init__() [1/3]
coat.NutFlangeParams.__init__ |
( |
| self | ) |
|
◆ __init__() [2/3]
coat.NutFlangeParams.__init__ |
( |
| self, |
|
|
float | d, |
|
|
float | h ) |
◆ __init__() [3/3]
coat.NutFlangeParams.__init__ |
( |
| self, |
|
|
float | d, |
|
|
float | h, |
|
|
float | fw, |
|
|
float | fh ) |
◆ copy()
◆ facetHeight() [1/2]
float coat.NutFlangeParams.facetHeight |
( |
| self | ) |
|
get the height.
- Returns
- height value.
◆ facetHeight() [2/2]
◆ facetWidth() [1/2]
float coat.NutFlangeParams.facetWidth |
( |
| self | ) |
|
get the width.
- Returns
- width value.
◆ facetWidth() [2/2]
The documentation for this class was generated from the following file: