hm_getnodessharedbyothercomps
Returns the nodes on the input components that are shared by other components.
Syntax
hm_getnodessharedbyothercomps comp_mark_id node_mark_id exclude
Type
HyperMesh Tcl Query Command
Description
This command returns the nodes on the input components that are shared by other components.
Inputs
- comp_mark_id
 - The ID of the mark containing the components with the nodes of interest.
 - node_mark_id
 - The ID of the mark containing the components with the nodes of interest.
 - exclude
 - 0 - Do not exclude any nodes.
 
Example
*createmark comps 1 100
hm_getnodessharedbyothercomps 1 1 0Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
11.0.101