Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Core
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Core/Chrono.h |
| Include | #include "Core/Chrono.h" |
Syntax
namespace UE
{
namespace CADKernel
{
enum ETimeUnit
{
NanoSeconds = 0,
MicroSeconds = 1,
MilliSeconds,
Seconds,
}
}
}
Values
| Name | Description |
|---|---|
| NanoSeconds | |
| MicroSeconds | |
| MilliSeconds | |
| Seconds |
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.