Navigation
API > API/Plugins > API/Plugins/GeometryAlgorithms > API/Plugins/GeometryAlgorithms/TConstrainedDelaunay2
| Name | EFillRule |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/ConstrainedDelaunay2.h |
| Include Path | #include "ConstrainedDelaunay2.h" |
Syntax
enum EFillRule
{
Odd = 0,
NonZero,
Positive,
Negative,
}
Values
| Name | Remarks |
|---|---|
| Odd | |
| NonZero | BOrientedEdges must be true for the below |
| Positive | |
| Negative |