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

#include <TopologicalEdge.h>

Public Member Functions

void Add (double InSlope, double InLength)
 
void Add2 (FEdge2DProperties &Property)
 
void Add (FEdge2DProperties &Property)
 
void Finalize ()
 

Public Attributes

double StandardDeviation = 0
 
double MediumSlope = 0
 
double Length3D = 0
 
EIso IsoType = EIso::UndefinedIso
 
bool bIsMesh = false
 
double MeshedLength = 0
 

Member Function Documentation

◆ Add() [1/2]

void UE::CADKernel::FEdge2DProperties::Add ( double  InSlope,
double  InLength 
)
inline

◆ Add() [2/2]

void UE::CADKernel::FEdge2DProperties::Add ( FEdge2DProperties Property)
inline

◆ Add2()

void UE::CADKernel::FEdge2DProperties::Add2 ( FEdge2DProperties Property)
inline

◆ Finalize()

void UE::CADKernel::FEdge2DProperties::Finalize ( )
inline

Member Data Documentation

◆ bIsMesh

bool UE::CADKernel::FEdge2DProperties::bIsMesh = false

◆ IsoType

EIso UE::CADKernel::FEdge2DProperties::IsoType = EIso::UndefinedIso

◆ Length3D

double UE::CADKernel::FEdge2DProperties::Length3D = 0

◆ MediumSlope

double UE::CADKernel::FEdge2DProperties::MediumSlope = 0

◆ MeshedLength

double UE::CADKernel::FEdge2DProperties::MeshedLength = 0

◆ StandardDeviation

double UE::CADKernel::FEdge2DProperties::StandardDeviation = 0

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