UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::CADKernel::FCellConnexion Struct Reference

#include <IsoCell.h>

Public Member Functions

 FCellConnexion (FCellLoop &InLoop1, FCellLoop &InLoop2)
 
const FCellLoopGetOtherLoop (const FCellLoop *Loop) const
 
FCellLoopGetOtherLoop (const FCellLoop *Loop)
 
bool IsShortestPath (const int32 MaxLoopCount)
 
bool IsShortestPathToOuterLoop (const int32 MaxLoopCount)
 
bool IsShortestPathToCorner (const int32 MaxLoopCount)
 

Public Attributes

bool bIsConnexionWithOuter = false
 
FCellLoopLoop1
 
FCellLoopLoop2
 
double MinDistance = HUGE_VALUE_SQUARE
 
FLoopNodeNodeA = nullptr
 
FIsoNodeNodeB = nullptr
 
FIsoSegmentSegment = nullptr
 

Constructor & Destructor Documentation

◆ FCellConnexion()

UE::CADKernel::FCellConnexion::FCellConnexion ( FCellLoop InLoop1,
FCellLoop InLoop2 
)
inline

Member Function Documentation

◆ GetOtherLoop() [1/2]

FCellLoop * UE::CADKernel::FCellConnexion::GetOtherLoop ( const FCellLoop Loop)
inline

◆ GetOtherLoop() [2/2]

const FCellLoop * UE::CADKernel::FCellConnexion::GetOtherLoop ( const FCellLoop Loop) const
inline

◆ IsShortestPath()

bool UE::CADKernel::FCellConnexion::IsShortestPath ( const int32  MaxLoopCount)
inline

◆ IsShortestPathToCorner()

bool UE::CADKernel::FCellConnexion::IsShortestPathToCorner ( const int32  MaxLoopCount)
inline

◆ IsShortestPathToOuterLoop()

bool UE::CADKernel::FCellConnexion::IsShortestPathToOuterLoop ( const int32  MaxLoopCount)
inline

Member Data Documentation

◆ bIsConnexionWithOuter

bool UE::CADKernel::FCellConnexion::bIsConnexionWithOuter = false

◆ Loop1

FCellLoop& UE::CADKernel::FCellConnexion::Loop1

◆ Loop2

FCellLoop& UE::CADKernel::FCellConnexion::Loop2

◆ MinDistance

double UE::CADKernel::FCellConnexion::MinDistance = HUGE_VALUE_SQUARE

◆ NodeA

FLoopNode* UE::CADKernel::FCellConnexion::NodeA = nullptr

◆ NodeB

FIsoNode* UE::CADKernel::FCellConnexion::NodeB = nullptr

◆ Segment

FIsoSegment* UE::CADKernel::FCellConnexion::Segment = nullptr

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