|
| __init__ (self) |
|
| __init__ (self, float d, float h) |
|
| __init__ (self, float d, float h, float d1, float d2) |
|
NutRadialParams | holeDiameter (self, float d) |
| set the hole diameter.
|
|
NutRadialParams | holeDepth (self, float d) |
| set the hole depth.
|
|
float | holeDiameter (self) |
| set the hole diameter.
|
|
float | holeDepth (self) |
| get the hole depth.
|
|
NutRadialParams | holePlace (self, int place) |
| set the hole place (0 - face, 1 - side).
|
|
int | holePlace (self) |
| get the hole place.
|
|
NutHeadBaseParams | copy (self, NutHeadBaseParams p=NutHeadBaseParams.nullptr) |
| copies the radial 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.NutRadialParams.__init__ |
( |
| self | ) |
|
◆ __init__() [2/3]
coat.NutRadialParams.__init__ |
( |
| self, |
|
|
float | d, |
|
|
float | h ) |
◆ __init__() [3/3]
coat.NutRadialParams.__init__ |
( |
| self, |
|
|
float | d, |
|
|
float | h, |
|
|
float | d1, |
|
|
float | d2 ) |
◆ copy()
copies the radial object.
- Parameters
-
p | pointer to the radial object to copy. If the pointer equals to null then the object is duplicated |
- Returns
- the pointer to a copy of an radial object.
Reimplemented from coat.NutHeadBaseParams.
◆ holeDepth() [1/2]
float coat.NutRadialParams.holeDepth |
( |
| self | ) |
|
◆ holeDepth() [2/2]
◆ holeDiameter() [1/2]
float coat.NutRadialParams.holeDiameter |
( |
| self | ) |
|
set the hole diameter.
- Returns
- hole diameter
◆ holeDiameter() [2/2]
◆ holePlace() [1/2]
int coat.NutRadialParams.holePlace |
( |
| self | ) |
|
get the hole place.
- Returns
- place flag 0 - face, 1 - side
◆ holePlace() [2/2]
set the hole place (0 - face, 1 - side).
- Parameters
-
- Returns
- NutRadialParams reference
The documentation for this class was generated from the following file: