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::EValue |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Core/Types.h |
| Include Path | #include "Core/Types.h" |
Syntax
namespace UE
{
namespace CADKernel
{
enum EValue
{
Entity,
OrientedEntity,
Point,
Matrix,
Integer,
Double,
String,
Boolean,
Tuple,
List,
Array,
}
}
}
Values
| Name | Remarks |
|---|---|
| Entity | |
| OrientedEntity | |
| Point | |
| Matrix | |
| Integer | |
| Double | |
| String | |
| Boolean | |
| Tuple | |
| List | |
| Array |