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