![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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< FTopologicalVertex > | GetStartVertex () |
| TSharedRef< FTopologicalVertex > | GetEndVertex () |
| 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 | |
| TOrientedEntity & | operator= (TOrientedEntity &&)=default |
| TOrientedEntity & | operator= (const TOrientedEntity &)=default |
Additional Inherited Members | |
Public Attributes inherited from UE::CADKernel::TOrientedEntity< FTopologicalEdge > | |
| TSharedPtr< FTopologicalEdge > | Entity |
| EOrientation | Direction |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |