*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
*createmark surfs 1 all
*surfacemarkremoveallpinholes 1 5.0 The *createmark() command is required.