![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 | |
| FIsoInnerNode & | CornerNode |
Public Attributes inherited from UE::CADKernel::FCellLoop | |
| int32 | Id |
| FVector2d | Barycenter |
| TArray< FLoopNode * > | Nodes |
| TArray< FCellConnexion * > | Connexions |
| bool | bIsOuterLoop = false |
| bool | bIsConnected = false |
|
inline |
Reimplemented from UE::CADKernel::FCellLoop.
Reimplemented from UE::CADKernel::FCellLoop.
| FIsoInnerNode& UE::CADKernel::FCellCorner::CornerNode |