Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Core
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Core/Types.h |
| Include | #include "Core/Types.h" |
Syntax
namespace UE
{
namespace CADKernel
{
enum EVerboseLevel
{
NoVerbose = 0,
Spy,
Log,
Debug,
}
}
}
Values
| Name | Description |
|---|---|
| NoVerbose | |
| Spy | |
| Log | |
| Debug |
Remarks
Sag & Angle criterion.pdf https://docs.google.com/presentation/d/1bUnrRFWCW3sDn9ngb9ftfQS-2JxNJaUZlh783hZMMEw/edit?usp=sharing
this will eventually be reconciled with what the Geometry team is using.