Navigation
API > API/Plugins > API/Plugins/CADTools
| Name | CADLibrary::ESewOption |
| Type | enum |
| Header File | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/CADTools/Public/CADOptions.h |
| Include Path | #include "CADOptions.h" |
Syntax
namespace CADLibrary
{
enum ESewOption
{
None = 0x00u,
ForceJoining = 0x01u,
RemoveThinFaces = 0x02u,
RemoveDuplicatedFaces = 0x04u,
All = 0x07u,
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| ForceJoining | |
| RemoveThinFaces | |
| RemoveDuplicatedFaces | |
| All |