C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2

A set of errors is the result of a sketch diagnosis. More...

#include <plane_instance.h>

Public Member Functions

 MbSketchErrors ()
 Constructor.
 
void AddError (MbResultType errorType, std::vector< MbPlaneItem * > &items)
 Add error type and corresponding sketch objects to the set.
 
bool IsAnyError (MbResultType errorType) const
 Is there any error like errorType.
 
void GetItemsByErrorType (MbResultType errorType, std::vector< MbPlaneItem * > &items) const
 Give a set of objects by type of error.
 
void GetIntersectedItemsPairs (std::vector< std::pair< MbPlaneItem *, MbPlaneItem * >> &items) const
 Give a set of pairs of intersecting contours.
 

Detailed Description

A set of errors is the result of a sketch diagnosis.

A set of errors and corresponding sketch objects is the result of sketch diagnostics.


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