#285 Find min and max lengths of lines in HyperMesh database
*createfillet line1 id line2 id radius trim quadselected
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 line.
2 at the fillet boundary.
quadselected = The quadrant to select, if more than one possible fillet location exists.
To create a fillet between line 1 and line 2 with radius 5.4:
*createfillet(1,2,5.4,0,0)
Recent Comments