CADability dotNET
Precision specifies the order of size of a typical model. For example two points are considered geometrically equal if their distance is less than Precision.eps. Default value for Precision.eps is 1e-6. Precision.epsa is the angular precision. Two directions are considered equal if their angular difference is less than Precision.epsa.

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

Syntax

C#
public class Precision
Visual Basic
Public Class Precision
Visual C++
public ref class Precision

Inheritance Hierarchy

System..::..Object
  CADability..::..Precision

See Also