*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.
1 - To trim line1 and line2 at the fillet boundary.
quadselected
The quadrant to select, if more than one possible fillet location exists.

Examples

To create a fillet between line 1 and line 2 with radius 5.4:
*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.