Click or drag to resize

MotorAspectLimitAdd Method

Adds a restricting range to the limit.

Namespace:  Demo3D.Visuals.Motor
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public 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: MotorAspectLimitRange
The restrictive range.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when adding the restrictive range would result in an infeasible permitted range.
See Also