The Rotoid type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| MaxPitch |
Maximum pitch angle value, that is, maximum rotation angle value
allowed around the X axle.
If the value set is smaller than MinPitch, the
property is set to MinPitch.
| |
| MaxRoll |
Maximum roll angle value, that is, maximum rotation angle value
allowed around the Z axle.
If the value set is smaller than MinRoll, the
property is set to MinRoll.
| |
| MaxYaw |
Maximum yaw angle value, that is, maximum rotation angle value
allowed around the Y axle.
If the value set is smaller than MinYaw, the
property is set to MinYaw.
| |
| MinPitch |
Minimum pitch angle value, that is, minimum rotation angle value
allowed around the X axle.
If the value set is larger than MaxPitch, the
property is set to MaxPitch.
| |
| MinRoll |
Minimum roll angle value, that is, minimum rotation angle value
allowed around the Z axle.
If the value set is larger than MaxRoll, the
property is set to MaxRoll.
| |
| MinYaw |
Minimum yaw angle value, that is, minimum rotation angle value
allowed around the Y axle.
If the value set is larger than MaxYaw, the
property is set to MaxYaw.
| |
| PitchRange |
Pitch range defines the angular range of the rotoid when rotations are performed aroudn the X axle.
| |
| RollRange |
Roll range defines the angular range of the rotoid when rotations are performed aroudn the Z axle.
| |
| YawRange |
Yaw range defines the angular range of the rotoid when rotations are performed aroudn the Y axle.
|