Describes a vertex tolerance problem. More...
Public Member Functions | |
ModelCheck_VertexToleranceProblem (double theReqTolerance, double theStoredTolerance) | |
Constructor. | |
double | ReqTolerance () const |
Returns the tolerance required for problem to disappear. | |
void | Accept (const ModelCheck_ProblemVisitor &theVisitor) const override |
Accepts a problem visitor. | |
![]() | |
double | StoredTolerance () const |
Returns the tolerance stored in shape. More... | |
ModelCheck_ProblemType | SubType () const |
Returns the subtype of problem. More... | |
![]() | |
virtual | ~ModelCheck_BaseProblem () |
Desctructor. | |
ModelCheck_ProblemType | Type () const |
Returns type of the problem. | |
ModelCheck_ErrorLevel | Level () const |
Returns level of the problem. | |
const ImplType & | Impl () const |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< internal::ModelCheck_BaseProblemImpl > | ImplType |
![]() | |
ModelCheck_ToleranceProblem (const ImplType &theImpl) | |
![]() | |
ModelCheck_BaseProblem (const ImplType &theImpl) | |
template<typename T > | |
T * | CastImpl () const |
Internal. | |
![]() | |
ImplType | myImpl |
Describes a vertex tolerance problem.
The problem takes place when distance between vertex and corresponding edge's end (along with all it's pcurves ends) is bigger then threshold.