hm_getfilletfacesbyprofile
Returns the faces containing fillets with a selected profile edge.
Syntax
hm_getfilletfacesbyprofile entity_type mark_id
Type
HyperMesh Tcl Query Command
Description
Returns the faces containing fillets with a selected profile edge.
Inputs
- entity_type
 - Must be set to lines.
 - mark_id
 - The ID of the mark containing the profile lines that define the fillets. Valid values are 1 and 2.
 
Example
To get the faces with fillets with profile lines 5 and 15:
*createmark lines 1 5 15
hm_getfilletfacesbyprofile lines 1
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
11.0