Model.midsurface_combine_all_targets#

Model.midsurface_combine_all_targets(face, display_only)#

Combines the targets for all the vertices of the surface to offset

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

  • display_only (int) –

    Flag for displaying target. Valid options are:

    0 - The combined targets are displayed and assigned to their corresponding vertices.

    1 - The combined targets are displayed but not assigned.

Note

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