Model.midsurface_accept_edge_target_by_number#

Model.midsurface_accept_edge_target_by_number(face, e1_edge_number, e2_line, is_opposite)#

Assigns targets for the surface edge. Once assigned, targets can be used to offset a midsurface.

Parameters:
  • face (Entity) – The index of the surface to offset.

  • e1_edge_number (int) – The index of a line, which must be an edge of the surface to offset.

  • e2_line (Entity) – The index of a pilot line.

  • is_opposite (int) –

    0 - The target is the e2_line.

    1 - The target is a line located in between e1_line and e2_line.

Note

You cannot manually employ this function, because HyperMesh must internally generate the index values (they cannot simply be typed in).