Model.hf_SlideHandleptrOnSectionPlane#

Model.hf_SlideHandleptrOnSectionPlane(handle_entity, x_mouse, y_mouse, reserved)#
Updates the position of handle with ID handle_id from its
current position, to the new mouse position with coordinate (x_mouse and

y_mouse).

Parameters:
  • handle_entity (Entity) – The object describing the entity.

  • x_mouse (int) – Mouse x-coordinate of the new handle position.

  • y_mouse (int) – Mouse y-coordinate of the new handle position.

  • reserved (double) – Reserved for future use. Must be 1.0.