Navigation
API > API/Runtime > API/Runtime/CADKernel
Copyright Epic Games, Inc. All Rights Reserved.
| Name | EHaveStates |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Core/HaveStates.h |
| Include Path | #include "Core/HaveStates.h" |
Syntax
enum EHaveStates
{
None = 0x0000u,
IsApplyCriteria = 0x0001u,
IsMeshed = 0x0002u,
IsPreMeshed = 0x0004u,
ThinZone = 0x0008u,
Degenerated = 0x0010u,
IsDeleted = 0x0020u,
IsVirtuallyMeshed = 0x0040u,
ThinPeak = 0x0080u,
IsBackOriented = 0x0100u,
IsInner = 0x0100u,
FirstSideClosed = 0x0200u,
SecondSideClosed = 0x0400u,
HasMarker1 = 0x0800u,
HasMarker2 = 0x1000u,
ToProcess = 0x2000u,
IsWaiting = 0x4000u,
IsProcessed = 0x8000u,
AllMarkers = 0xF800u,
All = 0xFFFFu,
}
Values
| Name | Remarks |
|---|---|
| None | |
| IsApplyCriteria | |
| IsMeshed | |
| IsPreMeshed | |
| ThinZone | |
| Degenerated | |
| IsDeleted | |
| IsVirtuallyMeshed | |
| ThinPeak | |
| IsBackOriented | |
| IsInner | |
| FirstSideClosed | |
| SecondSideClosed | |
| HasMarker1 | |
| HasMarker2 | |
| ToProcess | |
| IsWaiting | |
| IsProcessed | |
| AllMarkers | |
| All |