MotionPromptUpdate Method (MotionProfile, Double) |
Reschedules motion events.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic bool Update(
MotionProfile motionProfile,
double displacement
)
Parameters
- motionProfile
- Type: Demo3D.VisualsMotionProfile
The motion characteristics. - displacement
- Type: SystemDouble
The (signed) displacement to travel.
Return Value
Type:
BooleanWhether 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