CADability dotNET
Use this class to temporary override the values for the precision. The best way to use this class is the C# using statement. The constructor of this class overrides the values for the global Precision. The Dispose()()()() method restores the previous values.

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

Syntax

C#
public class PrecisionOverride : IDisposable
Visual Basic
Public Class PrecisionOverride _
	Implements IDisposable
Visual C++
public ref class PrecisionOverride : IDisposable

Inheritance Hierarchy

System..::..Object
  CADability..::..PrecisionOverride

See Also