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