Model.hf_FillDoubleAttachedPart#

Model.hf_FillDoubleAttachedPart(creation_flag, x_coord, y_coord, z_coord, gap, n1, n2)#
Reflects the current die part, duplicating elements and surfaces, and fills

the gap in between, creating the surface and the mesh in the die part component.

Parameters:
  • creation_flag (int) – 1 - Triangular mesh method. 2 - Ruled surface method.

  • x_coord (double) – The reflection direction x-coordinate.

  • y_coord (double) – The reflection direction y-coordinate.

  • z_coord (double) – The reflection direction z-coordinate.

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

  • n1 (Entity) – The node ID of the first node on the part profile of the area to enclose.

  • n2 (Entity) – The node ID of the second node on the part profile of the area to enclose.