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

#include <IsoCell.h>

+ Inheritance diagram for UE::CADKernel::FCellCorner:

Public Member Functions

 FCellCorner (const int32 InIndex, FIsoInnerNode &InNode, const FGrid &Grid)
 
virtual bool IsCellCorner () const override
 
virtual bool IsCellCornerOrOuterLoop () const
 
- Public Member Functions inherited from UE::CADKernel::FCellLoop
 FCellLoop (const int32 InIndex, TArray< FLoopNode * > &InNodes, const FGrid &Grid)
 
 FCellLoop (const int32 InIndex)
 
virtual ~FCellLoop ()=default
 
void PropagateAsConnected ()
 

Public Attributes

FIsoInnerNodeCornerNode
 
- Public Attributes inherited from UE::CADKernel::FCellLoop
int32 Id
 
FVector2d Barycenter
 
TArray< FLoopNode * > Nodes
 
TArray< FCellConnexion * > Connexions
 
bool bIsOuterLoop = false
 
bool bIsConnected = false
 

Constructor & Destructor Documentation

◆ FCellCorner()

UE::CADKernel::FCellCorner::FCellCorner ( const int32  InIndex,
FIsoInnerNode InNode,
const FGrid Grid 
)
inline

Member Function Documentation

◆ IsCellCorner()

virtual bool UE::CADKernel::FCellCorner::IsCellCorner ( ) const
inlineoverridevirtual

Reimplemented from UE::CADKernel::FCellLoop.

◆ IsCellCornerOrOuterLoop()

virtual bool UE::CADKernel::FCellCorner::IsCellCornerOrOuterLoop ( ) const
inlinevirtual

Reimplemented from UE::CADKernel::FCellLoop.

Member Data Documentation

◆ CornerNode

FIsoInnerNode& UE::CADKernel::FCellCorner::CornerNode

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