Model.midsurface_remove_target#

Model.midsurface_remove_target(face, offsetpoint_x, offsetpoint_y, offsetpoint_z, point_sel_code)#

Finds the surface vertex that is closest to a chosen point and, if it is close enough, removes targets from this vertex.

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

  • offsetpoint_x (double) – The x-coordinate of a point near the desired vertex.

  • offsetpoint_y (double) – The y-coordinate of a point near the desired vertex.

  • offsetpoint_z (double) – The z-coordinate of a point near the desired vertex.

  • point_sel_code (int) – This argument is not currently used, please set it point_sel_code=0.

Note

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