Model.hf_TranslateBinderSurf#

Model.hf_TranslateBinderSurf(plane_normal, plane_base, distance)#
Translates the binder along an axis. The direction of translation is given by
the plane/vector plane and the magnitude of translation is given by

distance.

Parameters:
  • plane_normal (hwTriple) – The hwTriple object defining the plane normal components. User can also supply a Python list of three doubles.

  • plane_base (hwTriple) – The hwTriple object defining the base point components of the plane. User can also supply a Python list of three doubles.

  • distance (double) – Translation distance.