*hf_setdieline

Sets the selected lines as TL or POL.

Syntax

*hf_setdieline entity_type line_id flag

Type

HyperMesh Tcl Modify Command

Description

This command sets the selected lines as TL or POL.

Inputs

entity_type
Must be set to lines.
mark_id
The mark ID containing the lines of interest. Valid values are 1 and 2.
flag
0 - Set as TL.
1 - Set as POL.

Example

To set line 15 as POL:
*createmark lines 1 15
*hf_setdieline lines 1 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

11.0