Table of Contents

Class Tolerance

Namespace
FemDesign
Assembly
FemDesign.Core.dll

Tolerance. This class contains definitions for different project specific tolerances.

public static class Tolerance
Inheritance
Tolerance
Inherited Members

Fields

Brep

Predefined brep tolerance.

public static double Brep

Field Value

double

DotProduct

Predefined tolerance when controlling if two vectors, v0 and v1, are perpendicular by assuming v0.Dot(v1) == 0.

public static double DotProduct

Field Value

double

LengthComparison

Predefined tolernace for length evaluations.

public static double LengthComparison

Field Value

double

LengthSquared

Predefined tolernace for length evaluations.

public static double LengthSquared

Field Value

double

Point3d

Predefined point3d tolerance.

public static double Point3d

Field Value

double

Vector3d

Predefined vector3d tolerance.

public static double Vector3d

Field Value

double