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: 19.00.00
Syntax
C#
public 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

MotorAspectLimitRange
The range, which must be held for the duration that the limit should be applied.
See Also