Model.hf_Addendum_UpdateSlide#

Model.hf_Addendum_UpdateSlide(handle_entity, x_coord, y_coord, z_coord, tol)#
Updates the position of handle with ID handle_id from its
current position, to the new position with coordinate x_coord,

y_coord, and z_coord.

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

  • x_coord (double) – X coordinate of the new handle position.

  • y_coord (double) – Y coordinate of the new handle position.

  • z_coord (double) – Z coordinate of the new handle position.

  • tol (double) – Dummy double value. Should always be 1.0.