Click or drag to resize

MotorAspectLimitPosition Method

(Further) limits the range of positions to the specified range.

Namespace:  Demo3D.Visuals.Motor
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public 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: MotorAspectLimitRange
The range, which must be held for the duration that the limit should be applied.
See Also