C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2

Sketch diagnostic parameters. More...

#include <plane_instance.h>

Public Member Functions

 MbSketchCheckParameters ()
 Constructor.
 
bool CanSetThisCheckType (MbResultType errorType) const
 Can I set this type of check?
 
void AddCheckType (MbResultType errorType)
 Add a sketch verification type.
 
void SetMetricEpsilon (double mEpsilon)
 Set metric tolerance.
 
void SetAngleEpsilon (double aEpsilon)
 Set angular tolerance.
 
bool IsErrorTypeSetToCheck (MbResultType errorType) const
 Do I need to check for errors like errorType.
 
double GetMetricEpsilon () const
 Get metric tolerance.
 
double GetAngleEpsilon () const
 Get angular tolerance.
 

Detailed Description

Sketch diagnostic parameters.

Sketch diagnostic parameters with a set of necessary checks. By default, all checks are performed.

Possible checks:

  • checking contours for intersections (rt_Intersection),
  • self-intersections (rt_SelfIntersection),
  • searching for gaps (rt_ContourGapError),
  • searching overlaps (rt_ContourSegmentsOverlapError),
  • correspondence of the flag of closure and actual closure (rt_MustBeOpen, rt_MustBeClosed),
  • check of tangent smooth joining of segments ( G1 ) with the specified angular tolerance (rt_ContourSegmentsNoTangentJoint).

The documentation for this class was generated from the following file: