*midsurface_show_for_edit

Displays all targets that are attached to the surface vertices and edges.

Syntax

*midsurface_show_for_edit surface

Type

HyperMesh Tcl Modify

Description

Displays all targets that are attached to the surface vertices and edges.

Inputs

surface
The ID of the surface whose vertex targets you wish to display.

Example

To display the targets of a surface with ID 213:

*midsurface_show_for_edit(213)

Targets are attached to surface vertices by the commands *midsurface_accept_point_target, *midsurface_accept_edge_target, and *midsurface_accept_edge_target_by_number

Errors

None.