*surfacemarkremoveallpinholes

Removes all pinholes of a specified size from the specified surfaces.

Syntax

*surfacemarkremoveallpinholes mark diameter

Type

HyperMesh Tcl Modify Command

Description

Removes all pinholes of a specified size from the specified surfaces.

Inputs

mark
The mark ID containing the surfaces.
diameter
The upper-limit of the pinhole’s diameter.

Example

To remove all pinholes of all surfaces using a radius of 5.
*createmark surfs 1 all
*surfacemarkremoveallpinholes 1 5.0 

The *createmark() command is required.