hm_wadlinessethood

Sets the entities for the hood used to create the reference line.

Syntax

hm_wadlinessethood entity_type mark_id

Type

HyperMesh Tcl Query Command

Description

Sets the entities for the hood used to create the reference line.

This API must be used after initializing the wadlines analysis using hm_wadlinesinit.

Inputs

entity_type
The type of entities being set for the hood. Valid values are comps, surfs and elems.
mark_id
The ID of the mark containing the hood entities. Valid values are 1 and 2.

Examples

To set the hood entities to comps 102 and 103:

*createmark comps 1 102 103
hm_wadlinessethood comps 1

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

2020