MotorAspectLimitPosition Method |
(Further) limits the range of positions to the specified range.
Namespace: Demo3D.Visuals.MotorAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic MotorAspectLimitRange LimitPosition(
double min,
double max
)
Parameters
- min Double
- The minimum value for the position.
- max Double
- The maximum value for the position.
Return Value
MotorAspectLimitRangeThe range, which must be held for the duration that the limit should be applied.
See Also