Navigation
API > API/Runtime > API/Runtime/CADKernel
Copyright Epic Games, Inc. All Rights Reserved.
| Name | EAABBBoundary |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Aabb.h |
| Include Path | #include "Math/Aabb.h" |
Syntax
enum EAABBBoundary
{
XMax = 0x00000000u,
YMax = 0x00000000u,
ZMax = 0x00000000u,
XMin = 0x00000001u,
YMin = 0x00000002u,
ZMin = 0x00000004u,
}
Values
| Name | Remarks |
|---|---|
| XMax | |
| YMax | |
| ZMax | |
| XMin | |
| YMin | |
| ZMin |