Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
BRepGraph_Validate::Result Struct Reference

Aggregated validation result. More...

#include <BRepGraph_Validate.hxx>

Public Member Functions

bool IsValid () const
 True if no Error-level issues were found.
 
int NbIssues (const Severity theSev) const
 Count issues of a given severity.
 

Data Fields

NCollection_DynamicArray< IssueIssues
 

Detailed Description

Aggregated validation result.

Member Function Documentation

◆ IsValid()

bool BRepGraph_Validate::Result::IsValid ( ) const
inline

True if no Error-level issues were found.

◆ NbIssues()

int BRepGraph_Validate::Result::NbIssues ( const Severity theSev) const
inline

Count issues of a given severity.

Field Documentation

◆ Issues

NCollection_DynamicArray<Issue> BRepGraph_Validate::Result::Issues

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