hm_getunmeshedsurfstomark

Places the unmeshed surfaces from the input mark onto the output mark.

Syntax

hm_getunmeshedsurfstomark output_mark_idinput_mark_id

Type

HyperMesh Tcl Query Command

Description

Places the unmeshed surfaces from the input mark onto the output mark.

Inputs

input_mark_id
The ID of the mark containing the input surfaces to consider. Valid values are 1 and 2.
output_mark_id
The ID of the mark containing the unmeshed surfaces. Valid values are 1 and 2.

Examples

To find the unmeshed surfaces from component with ID 200 and place them on mark 2:

*createmark surfaces 1 "by collector id" 200
hm_getunmeshedsurfstomark 1 2

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2019