|
| | __init__ (self) |
| |
| | __init__ (self, float w, float h, float d, SlitType t) |
| |
| Slit | type (self, int _t) |
| | set the slit type.
|
| |
| int | type (self) |
| | get the slit type.
|
| |
| Slit | width (self, float _w) |
| | set the width.
|
| |
| float | width (self) |
| | get the width.
|
| |
| Slit | height (self, float _h) |
| | set the height.
|
| |
| float | height (self) |
| | get the height.
|
| |
| Slit | depth (self, float _d) |
| | set the depth.
|
| |
| float | depth (self) |
| | get the depth.
|
| |
◆ __init__() [1/2]
| coat.Slit.__init__ |
( |
| self | ) |
|
◆ __init__() [2/2]
| coat.Slit.__init__ |
( |
| self, |
|
|
float | w, |
|
|
float | h, |
|
|
float | d, |
|
|
SlitType | t ) |
◆ depth() [1/2]
| float coat.Slit.depth |
( |
| self | ) |
|
get the depth.
- Returns
- depth value
◆ depth() [2/2]
| Slit coat.Slit.depth |
( |
| self, |
|
|
float | _d ) |
set the depth.
- Parameters
-
- Returns
- slit reference
◆ height() [1/2]
| float coat.Slit.height |
( |
| self | ) |
|
get the height.
- Returns
- height value
◆ height() [2/2]
| Slit coat.Slit.height |
( |
| self, |
|
|
float | _h ) |
set the height.
- Parameters
-
- Returns
- slit reference
◆ type() [1/2]
| int coat.Slit.type |
( |
| self | ) |
|
get the slit type.
- Returns
- type value
◆ type() [2/2]
| Slit coat.Slit.type |
( |
| self, |
|
|
int | _t ) |
set the slit type.
- Parameters
-
- Returns
- slit reference
◆ width() [1/2]
| float coat.Slit.width |
( |
| self | ) |
|
get the width.
- Returns
- width value
◆ width() [2/2]
| Slit coat.Slit.width |
( |
| self, |
|
|
float | _w ) |
set the width.
- Parameters
-
- Returns
- slit reference
The documentation for this class was generated from the following file: