Navigation
API > API/Runtime > API/Runtime/CADKernel
| Name | FOrientedEdge |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalLoop.h |
| Include Path | #include "Topo/TopologicalLoop.h" |
Syntax
class FOrientedEdge : public UE::CADKernel::TOrientedEntity< FTopologicalEdge >
Inheritance Hierarchy
- TOrientedEntity → FOrientedEdge
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Topo/TopologicalLoop.h | |||
FOrientedEdge
(
TSharedPtr< FTopologicalEdge >& InEntity, |
Topo/TopologicalLoop.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double GetEndCoordinate() |
Topo/TopologicalLoop.h | ||
TSharedRef< FTopologicalVertex > GetEndVertex() |
Topo/TopologicalLoop.h | ||
double GetStartCoordinate() |
Topo/TopologicalLoop.h | ||
TSharedRef< FTopologicalVertex > GetStartVertex() |
Topo/TopologicalLoop.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FOrientedEdge& Edge |
Topo/TopologicalLoop.h |