Prod.: Engine, ver.: 6014, ID: 60000808, General : Fillet issues

General : Fillet issues

Article60000808
TypeGeneral
ProductEngine
Version6014
Date Added3/10/2009
FixedYes [3/10/2009]
Submitted bykimyh
Keywords

Subject

Fillet issues

Summary

Fillet is not working correct (it fails) with big lines.

Solution

Fillet command as other commands uses mathematical equations that are dependent from equality variables.
Equality problems can be solved in applications that use large or very small coordinates by changing the default equality variables like below.
Note that some value may work for several occasions but fail to other. There is nothing we can do there since equations have to be considered in these cases.

VectorDraw.Geometry.Globals.DefaultPointEquality = 0.000001;
VectorDraw.Geometry.Globals.DefaultLinearEquality = 0.000001;
vdFramedControl1.BaseControl.ActiveDocument.CommandAction.CmdFillet(null, null);