Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Curve
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Curve/PlanarComplex.h |
| Include | #include "Curve/PlanarComplex.h" |
Syntax
template<typename RealType>
struct TPlanarComplex
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowOverlappingHoles | ||
| bool | bTrustOrientations | ||
| TArray< TPolygon2< RealType > > | Polygons | Inputs | |
| TArray< FPolygonNesting > | Solids |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TGeneralPolygon2< RealType > | ConvertNestToGeneralPolygon
(
const FPolygonNesting& Nest |
||
| TArray< TGeneralPolygon2< RealType > > | |||
| void | Finds set of "solid" regions e.g. boundary loops with interior holes. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FPolygonNesting | Outputs |