Model.hf_RotateBinderSurf#

Model.hf_RotateBinderSurf(plane_normal, plane_base, angle)#
Rotates the binder around an axis. The axis of rotation is given by the

plane/vector plane and the magnitude of rotation is given by.

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.

  • angle (double) – Angle of rotation.