Navigation
API > API/Runtime > API/Runtime/CADKernel
Sag & Angle criterion.pdf https://docs.google.com/presentation/d/1bUnrRFWCW3sDn9ngb9ftfQS-2JxNJaUZlh783hZMMEw/edit?usp=sharing
| Name | UE::CADKernel::EStatut |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalFace.h |
| Include Path | #include "Topo/TopologicalFace.h" |
Syntax
namespace UE
{
namespace CADKernel
{
enum EStatut
{
Interior = 0,
Exterior,
Border,
}
}
}
Values
| Name | Remarks |
|---|---|
| Interior | |
| Exterior | |
| Border |