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

#include <TopologicalLoop.h>

+ Inheritance diagram for UE::CADKernel::FOrientedEdge:

Public Member Functions

 FOrientedEdge (TSharedPtr< FTopologicalEdge > &InEntity, EOrientation InDirection)
 
 FOrientedEdge ()
 
bool operator== (const FOrientedEdge &Edge) const
 
TSharedRef< FTopologicalVertexGetStartVertex ()
 
TSharedRef< FTopologicalVertexGetEndVertex ()
 
double GetStartCoordinate ()
 
double GetEndCoordinate ()
 
- Public Member Functions inherited from UE::CADKernel::TOrientedEntity< FTopologicalEdge >
 TOrientedEntity (TSharedPtr< FTopologicalEdge > InEntity, EOrientation InDirection)
 
 TOrientedEntity ()=default
 
 TOrientedEntity (TOrientedEntity &&)=default
 
 TOrientedEntity (const TOrientedEntity &)=default
 
TOrientedEntityoperator= (TOrientedEntity &&)=default
 
TOrientedEntityoperator= (const TOrientedEntity &)=default
 

Additional Inherited Members

- Public Attributes inherited from UE::CADKernel::TOrientedEntity< FTopologicalEdge >
TSharedPtr< FTopologicalEdgeEntity
 
EOrientation Direction
 

Constructor & Destructor Documentation

◆ FOrientedEdge() [1/2]

UE::CADKernel::FOrientedEdge::FOrientedEdge ( TSharedPtr< FTopologicalEdge > &  InEntity,
EOrientation  InDirection 
)
inline

◆ FOrientedEdge() [2/2]

UE::CADKernel::FOrientedEdge::FOrientedEdge ( )
inline

Member Function Documentation

◆ GetEndCoordinate()

double UE::CADKernel::FOrientedEdge::GetEndCoordinate ( )
inline

◆ GetEndVertex()

TSharedRef< FTopologicalVertex > UE::CADKernel::FOrientedEdge::GetEndVertex ( )
inline

◆ GetStartCoordinate()

double UE::CADKernel::FOrientedEdge::GetStartCoordinate ( )
inline

◆ GetStartVertex()

TSharedRef< FTopologicalVertex > UE::CADKernel::FOrientedEdge::GetStartVertex ( )
inline

◆ operator==()

bool UE::CADKernel::FOrientedEdge::operator== ( const FOrientedEdge Edge) const
inline

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