Model.hf_setdiesymmetry#

Model.hf_setdiesymmetry(normal_x, normal_y, normal_z, origin_x, origin_y, origin_z, shape_flag, node_1, node_2)#

Sets the symmetry plane for the die module.

Parameters:
  • normal_x (double) – x-coordinate of the plane normal.

  • normal_y (double) – y-coordinate of the plane normal.

  • normal_z (double) – z-coordinate of the plane normal.

  • origin_x (double) – x-coordinate of the plane origin.

  • origin_y (double) – y-coordinate of the plane origin.

  • origin_z (double) – z-coordinate of the plane origin.

  • shape_flag (int) – A flag that identifies the following cases: 0 - Half model 1 - Full model that does not contain a symmetry plane 2 - Full model that contains a symmetry plane 3 - Symmetric model for double attached part feature

  • node_1 (Entity) – First node ID that identifies the portion of the part that is used by the double attached part feature.

  • node_2 (Entity) – Second node ID that identifies the portion of the part that is used by the double attached part feature.