*hf_setdieline
Sets the selected lines as TL or POL.
Syntax
*hf_setdieline entity_type mark_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.
 
Example
*createmark lines 1 15
*hf_setdieline lines 1 1Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
11.0