| 
    CFx SDK Documentation 2024 SP0
    
   | 
 
#include "OdaCommon.h"#include "BrepBuilderExport.h"#include "Ge/GeCurve3d.h"#include "CmColorBase.h"#include "OdResult.h"#include "TD_PackPush.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| struct | BrepBuilderErrorsHolder | 
| class | OdBrepBuilder | 
Typedefs | |
| typedef OdUInt32 | BRepBuilderGeometryId | 
| typedef OdArray< BrepBuilderErrorsHolder > | ValidationErrors | 
Enumerations | |
| enum | BrepType { kOpenShell , kSolid , kVoid } | 
| typedef OdUInt32 BRepBuilderGeometryId | 
Definition at line 52 of file BrepBuilder.h.
This template class is a specialization of the OdArray class for BrepBuilderErrorsHolder objects.
Definition at line 132 of file BrepBuilder.h.
| enum BrepType | 
Defines B-Rep object types.
<group OdBrepBuilder_Classes>
| Enumerator | |
|---|---|
| kOpenShell | The output geometry is an open shell.  | 
| kSolid | The output geometry is a solid.  | 
| kVoid | The output geometry is a void (i.e., an inverted solid).  | 
Definition at line 42 of file BrepBuilder.h.