*verticesmarksuppress
Removes the selected fixed points from their surfaces, and gives you the option to create free points at those locations.
Syntax
*verticesmarksuppress mark breakangle saveaspoints
Type
HyperMesh Tcl Modify
Description
Removes the selected fixed points from their surfaces, and gives you the option to create free points at those locations.
Inputs
- mark
- The ID of the mark containing the points.
- breakangle
- The test threshold used to prevent the accidental removal of points that correspond to corners,which are necessary for proper mesh generation.
Example
To suppress points 25 and 26, using a 30 degree breakangle:
*createmark(points,1) 25 26
*verticesmarksuppress(1,30.0,0)
The *createmark() command is required.
Errors
None.