*createfillet
Creates a fillet between two lines.
Syntax
*createfillet line1_id line2_id radius trim quadselected
Type
HyperMesh Tcl Modify Command
Description
Creates a fillet between two lines.
Inputs
- line1_id
 - The ID of the first line to which the fillet line is to be created.
 - line2_id
 - The ID of the second line to which the fillet line is to be created.
 - radius
 - The radius of the fillet.
 - trim
 - 0 - To leave the lines intact.
 - quadselected
 - The quadrant to select, if more than one possible fillet location exists.
 
Examples
*createfillet 1 2 5.4 0 0 If more than one possible fillet line exists, you must select the fillet quadrant. The number of this quadrant is then used in the quadselected argument.