RotorItem Type Description¶
The RotorItem type is an intrinsic part of the rotor and describes the properties of a rotor motor element.
Constants of RotorItem Type¶
RotorItem ID¶
| Constant | Description | Value |
|---|---|---|
RotorItem.ID1 |
Element rotor identifier | 1 |
RotorItem.ID2 |
Element rotor identifier | 2 |
RotorItem.ID3 |
Element rotor identifier | 3 |
RotorItem Layer¶
| Constant | Description | Value |
|---|---|---|
RotorItem.Lower |
Lower layer of element rotor | 1 |
RotorItem.Upper |
Upper layer of element rotor | 2 |
Properties of type RotorItem¶
Below is a list of the available properties provided by the RotorItem type. Click on a property name to see its detailed description and examples.
| Property | Description |
|---|---|
| id | Rotor item identifier. |
| height | Rotor height. |
| angularDisplacement | Angular displacement of the rotor item. |
Methods of type RotorItem¶
Below is a list of the available methods provided by the RotorItem type. Click on a method name to see its detailed description and examples.
| Method | Description |
|---|---|
| isLower() | Returns true if the rotor item is lower. |
| isMiddle() | Returns true if the rotor item is middle. |
| isUpper() | Returns true if the rotor item is upper. |
| changeProperty() | Changes the value of a property. |
See also