C# Class touchvg.core.Tol

Inheritance: IDisposable
Datei anzeigen Open project: rhcad/touchvg-v0.6 Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
Tol ( ) : System
Tol ( float tolPoint ) : System
Tol ( float tolPoint, float tolVector ) : System
equalPoint ( ) : float
equalVector ( ) : float
gTol ( ) : Tol
minTol ( ) : Tol
setEqualPoint ( float tol ) : void
setEqualVector ( float tol ) : void

Private Methods

Method Description
Tol ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Tol obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Tol() public method

public Tol ( ) : System
return System

Tol() public method

public Tol ( float tolPoint ) : System
tolPoint float
return System

Tol() public method

public Tol ( float tolPoint, float tolVector ) : System
tolPoint float
tolVector float
return System

equalPoint() public method

public equalPoint ( ) : float
return float

equalVector() public method

public equalVector ( ) : float
return float

gTol() public static method

public static gTol ( ) : Tol
return Tol

minTol() public static method

public static minTol ( ) : Tol
return Tol

setEqualPoint() public method

public setEqualPoint ( float tol ) : void
tol float
return void

setEqualVector() public method

public setEqualVector ( float tol ) : void
tol float
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool