hm_getlinetype
Returns the line type.
Syntax
hm_getlinetype line_id
Type
HyperMesh Tcl Query Command
Description
- 0 - Free line
 - 1 - Free surface edge
 - 2 - Shared surface edge
 - 3 - Non-manifold surface edge
 - 4 - Suppressed surface edge
 
Inputs
- line_id
 - The ID of the line.
 
Example
To get the type of the line with ID 341:
hm_getlinetype 341
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}