UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::Softs::GIA::FIntersectionContourPair Struct Reference

Public Types

enum struct  EClosedStatus : uint8 { Open , SimpleClosed , LoopClosed , BoundaryClosed }
 

Public Member Functions

int8 NumContourEnds () const
 

Public Attributes

EClosedStatus ClosedStatus = EClosedStatus::Open
 
int8 LoopVertexCount = 0
 
FIntersectionContour ColorContours [2]
 
TArray< FEdgeFaceIntersectionIntersections
 
TArray< int32ContourPointCurves [2]
 

Member Enumeration Documentation

◆ EClosedStatus

Enumerator
Open 
SimpleClosed 
LoopClosed 
BoundaryClosed 

Member Function Documentation

◆ NumContourEnds()

int8 Chaos::Softs::GIA::FIntersectionContourPair::NumContourEnds ( ) const
inline

Member Data Documentation

◆ ClosedStatus

EClosedStatus Chaos::Softs::GIA::FIntersectionContourPair::ClosedStatus = EClosedStatus::Open

◆ ColorContours

FIntersectionContour Chaos::Softs::GIA::FIntersectionContourPair::ColorContours[2]

◆ ContourPointCurves

TArray<int32> Chaos::Softs::GIA::FIntersectionContourPair::ContourPointCurves[2]

◆ Intersections

TArray<FEdgeFaceIntersection> Chaos::Softs::GIA::FIntersectionContourPair::Intersections

◆ LoopVertexCount

int8 Chaos::Softs::GIA::FIntersectionContourPair::LoopVertexCount = 0

The documentation for this struct was generated from the following file: