Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Mesh
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Mesh/MeshEnum.h |
| Include | #include "Mesh/MeshEnum.h" |
Syntax
namespace UE
{
namespace CADKernel
{
enum EMeshingState
{
NotMeshed = 0,
PartiallyMeshed,
FullyMeshed,
}
}
}
Values
| Name | Description |
|---|---|
| NotMeshed | |
| PartiallyMeshed | |
| FullyMeshed |
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.