Model.hf_createdoubleattachedparams#

Model.hf_createdoubleattachedparams(line_collection, nodes_collection, gap, x_sym, y_sym, z_sym, x_draw, y_draw, z_draw, creation_flag)#
Creates the base point for the symmetry plane, the n1/n2 node of the given

line and the part of this line between n1/n2 needed for the double attached feature.

Parameters:
  • line_collection (Collection) – The collection containing the entities.

  • nodes_collection (Collection) – The collection containing the entities.

  • gap (double) – The minimum distance between the original and reflected part.

  • x_sym (double) – The x-coordinate of the symmetry direction.

  • y_sym (double) – The y-coordinate of the symmetry direction.

  • z_sym (double) – The z-coordinate of the symmetry direction.

  • x_draw (double) – The x-coordinate of the stamping direction.

  • y_draw (double) – The y-coordinate of the stamping direction.

  • z_draw (double) – The z-coordinate of the stamping direction.

  • creation_flag (int) – 0 - Create base point. 1 - Create n1/n2 and the line between.