Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Topo
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/Topomaker.h |
| Include | #include "Topo/Topomaker.h" |
Syntax
namespace UE
{
namespace CADKernel
{
enum ESewOption
{
None = 0x00u,
ForceJoining = 0x01u,
RemoveThinFaces = 0x02u,
RemoveDuplicatedFaces = 0x04u,
All = 0x07u,
}
}
}
Values
| Name | Description |
|---|---|
| None | |
| ForceJoining | |
| RemoveThinFaces | |
| RemoveDuplicatedFaces | |
| All |
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.