![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TopologicalEdge.h>
Public Member Functions | |
| FImposedCuttingPoint () | |
| FImposedCuttingPoint (const double InCoordinate, const int32 NodeIndex1, const double InDeltaU=0.) | |
Public Attributes | |
| const double | Coordinate = 0 |
| const int32 | OppositNodeIndex = -1 |
| double | DeltaU = 0 |
Cutting point used for thin zone purpose
|
inline |
|
inline |
| const double UE::CADKernel::FImposedCuttingPoint::Coordinate = 0 |
coordinate of the edge's mesh nodes
| double UE::CADKernel::FImposedCuttingPoint::DeltaU = 0 |
| const int32 UE::CADKernel::FImposedCuttingPoint::OppositNodeIndex = -1 |