Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Geo
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/GeoEnum.h |
| Include | #include "Geo/GeoEnum.h" |
Syntax
namespace UE
{
namespace CADKernel
{
enum ERupture
{
Continuity = 0,
Tangency,
Curvature,
}
}
}
Values
| Name | Description |
|---|---|
| Continuity | |
| Tangency | |
| Curvature |
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.