*findedges
Finds element free or T-connected edges.
Syntax
*findedges entity_type mark_id edge_type
Type
HyperMesh Tcl Modify Command
Description
This command finds and displays element free or T-connected edges as plot elements a new component named ^edges.
Inputs
- entity_type
- The entity types to find edges for. Valid values are comps and elems.
- mark_id
- The mark ID containing the entities. Valid values are 1 and 2.
- edge_type
- The type of edges to find:
- 0 - Free edges.
- 1 - T-connected edge
Example
*createmark comps 1 fender
*findedges comps 1 0
*createmark elems 1 all
*findedges elems 1 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}