The Rotoid type exposes the following members.

Properties

  NameDescription
Public propertyMaxPitch
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.
Public propertyMaxRoll
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.
Public propertyMaxYaw
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.
Public propertyMinPitch
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.
Public propertyMinRoll
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.
Public propertyMinYaw
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.
Public propertyPitchRange
Pitch range defines the angular range of the rotoid when rotations are performed aroudn the X axle.
Public propertyRollRange
Roll range defines the angular range of the rotoid when rotations are performed aroudn the Z axle.
Public propertyYawRange
Yaw range defines the angular range of the rotoid when rotations are performed aroudn the Y axle.

See Also