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
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
LengthComparison
Predefined tolernace for length evaluations.
public static double LengthComparison
Field Value
LengthSquared
Predefined tolernace for length evaluations.
public static double LengthSquared
Field Value
Point3d
Predefined point3d tolerance.
public static double Point3d
Field Value
Vector3d
Predefined vector3d tolerance.
public static double Vector3d