Click or drag to resize

MotionPromptUpdate(MotionProfile, Double) Method

Reschedules motion events.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public bool Update(
	MotionProfile motionProfile,
	double displacement
)

Parameters

motionProfile  MotionProfile
The motion characteristics.
displacement  Double
The (signed) displacement to travel.

Return Value

Boolean
Whether events were scheduled.
Remarks
If this function returns false then events were not scheduled. This could be because the motion is not solvable or because the target position is already achieved.
See Also