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

#include <PolylineTools.h>

Public Member Functions

 FPolylineBBox ()
 
void Update (const double Coordinate, const FVector &Point)
 
void Update (const double Coordinate, const FVector2d &Point2D)
 

Public Attributes

FVector Max
 
FVector Min
 
FVector MaxPoints [3]
 
FVector MinPoints [3]
 
double CoordinateOfMaxPoint [3] = { -HUGE_VALUE, -HUGE_VALUE, -HUGE_VALUE }
 
double CoordinateOfMinPoint [3] = { HUGE_VALUE, HUGE_VALUE, HUGE_VALUE }
 

Constructor & Destructor Documentation

◆ FPolylineBBox()

UE::CADKernel::FPolylineBBox::FPolylineBBox ( )
inline

Member Function Documentation

◆ Update() [1/2]

void UE::CADKernel::FPolylineBBox::Update ( const double  Coordinate,
const FVector Point 
)
inline

◆ Update() [2/2]

void UE::CADKernel::FPolylineBBox::Update ( const double  Coordinate,
const FVector2d Point2D 
)
inline

Member Data Documentation

◆ CoordinateOfMaxPoint

double UE::CADKernel::FPolylineBBox::CoordinateOfMaxPoint[3] = { -HUGE_VALUE, -HUGE_VALUE, -HUGE_VALUE }

◆ CoordinateOfMinPoint

double UE::CADKernel::FPolylineBBox::CoordinateOfMinPoint[3] = { HUGE_VALUE, HUGE_VALUE, HUGE_VALUE }

◆ Max

FVector UE::CADKernel::FPolylineBBox::Max

◆ MaxPoints

FVector UE::CADKernel::FPolylineBBox::MaxPoints[3]

◆ Min

FVector UE::CADKernel::FPolylineBBox::Min

◆ MinPoints

FVector UE::CADKernel::FPolylineBBox::MinPoints[3]

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