HPS::Parasolid::Facet::Tolerance

class HPS::Parasolid::Facet::Tolerance

Public Functions

bool Equals(Tolerance const &in_tolerance) const
bool operator!=(Tolerance const &in_tolerance) const
bool operator==(Tolerance const &in_tolerance) const
void ShowTolerance(double &out_curve_chord_tolerance, double &out_curve_chord_maximum_length, double &out_curve_chord_max_angle, double &out_surface_tolerance, double &out_surface_max_angle) const
Tolerance()
Tolerance(double curve_chord_tolerance, double curve_chord_maximum_length, double curve_chord_max_angle, double surface_tolerance, double surface_max_angle)