MotorAspectLimitAdd Method  | 
 
            Adds a restricting range to the limit.
            
 
    Namespace: 
   Demo3D.Visuals.Motor
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic MotorAspectLimitRange Add(
	double min,
	double max
)
Parameters
- min
 - Type: SystemDouble
The minimum value for the restrictive range. - max
 - Type: SystemDouble
The maximum value for the restrictive range. 
Return Value
Type: 
MotorAspectLimitRangeThe restrictive range.
Exceptions| Exception | Condition | 
|---|
| InvalidOperationException | Thrown when adding the restrictive range would result in an infeasible permitted range. | 
See Also