Model.midsurface_remove_edge_target_by_number#

Model.midsurface_remove_edge_target_by_number(face, e1_line_number)#

Removes a target from a surface edge specified by a line number.

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

  • e1_line_number (int) – The edge from which targets are to be removed.

Note

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