*meshline_delete
Deletes meshlines.
Syntax
*meshline_delete mark_id
Type
HyperMesh Tcl Modify Command
Description
This command deletes meshlines.
Inputs
- mark_id
- The ID of the mark containing the meshlines. Valid values are 1 and 2.
Example
To delete meshlines 100-200:
*createmark lines 1 100-200
*meshline_delete 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
11.0