CADability dotNET
Gets or sets the precision of the display. (used for tesselation or curve approximation)

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
double Precision { get; set; }
Visual Basic
Property Precision As Double
	Get
	Set
Visual C++
property double Precision {
	double get ();
	void set (double value);
}

See Also