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

#include <TopologicalEdge.h>

Public Member Functions

 FCuttingPoint ()
 
 FCuttingPoint (double InCoordinate, ECoordinateType InType)
 
 FCuttingPoint (double InCoordinate, ECoordinateType InType, FPairOfIndex InOppositNodeIndices, double DeltaU)
 
 FCuttingPoint (double InCoordinate, ECoordinateType InType, int32 InOppositeNodeId, double DeltaU)
 

Public Attributes

double Coordinate
 
ECoordinateType Type
 
FPairOfIndex OppositNodeIndices
 
double IsoDeltaU = 0
 

Detailed Description

Cutting point used for meshing purpose

Constructor & Destructor Documentation

◆ FCuttingPoint() [1/4]

UE::CADKernel::FCuttingPoint::FCuttingPoint ( )
inline

◆ FCuttingPoint() [2/4]

UE::CADKernel::FCuttingPoint::FCuttingPoint ( double  InCoordinate,
ECoordinateType  InType 
)
inline

◆ FCuttingPoint() [3/4]

UE::CADKernel::FCuttingPoint::FCuttingPoint ( double  InCoordinate,
ECoordinateType  InType,
FPairOfIndex  InOppositNodeIndices,
double  DeltaU 
)
inline

◆ FCuttingPoint() [4/4]

UE::CADKernel::FCuttingPoint::FCuttingPoint ( double  InCoordinate,
ECoordinateType  InType,
int32  InOppositeNodeId,
double  DeltaU 
)
inline

Member Data Documentation

◆ Coordinate

double UE::CADKernel::FCuttingPoint::Coordinate

coordinate of the edge's mesh nodes

◆ IsoDeltaU

double UE::CADKernel::FCuttingPoint::IsoDeltaU = 0

◆ OppositNodeIndices

FPairOfIndex UE::CADKernel::FCuttingPoint::OppositNodeIndices

◆ Type

ECoordinateType UE::CADKernel::FCuttingPoint::Type

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