UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::CADKernel::IntersectionIsoSegmentTool::FIntersectionIsoSegment Class Referenceabstract

#include <IntersectionIsoSegmentTool.h>

+ Inheritance diagram for UE::CADKernel::IntersectionIsoSegmentTool::FIntersectionIsoSegment:

Public Member Functions

 FIntersectionIsoSegment (const FVector2d &StartPoint, const FVector2d &EndPoint, const double InIsoCoordinate, const double InStartCoordinate, const double InEndCoordinate)
 
virtual ~FIntersectionIsoSegment ()
 
virtual FVector2d GetMinPoint () const =0
 
virtual FVector2d GetMaxPoint () const =0
 
double GetIsoCoordinate () const
 
double GetMinCoordinate () const
 
double GetMaxCoordinate () const
 
FSegment2D GetSegment2D () const
 

Friends

bool operator< (const FIntersectionIsoSegment &A, const FIntersectionIsoSegment &B)
 

Constructor & Destructor Documentation

◆ FIntersectionIsoSegment()

UE::CADKernel::IntersectionIsoSegmentTool::FIntersectionIsoSegment::FIntersectionIsoSegment ( const FVector2d StartPoint,
const FVector2d EndPoint,
const double  InIsoCoordinate,
const double  InStartCoordinate,
const double  InEndCoordinate 
)
inline

◆ ~FIntersectionIsoSegment()

virtual UE::CADKernel::IntersectionIsoSegmentTool::FIntersectionIsoSegment::~FIntersectionIsoSegment ( )
inlinevirtual

Member Function Documentation

◆ GetIsoCoordinate()

double UE::CADKernel::IntersectionIsoSegmentTool::FIntersectionIsoSegment::GetIsoCoordinate ( ) const
inline

◆ GetMaxCoordinate()

double UE::CADKernel::IntersectionIsoSegmentTool::FIntersectionIsoSegment::GetMaxCoordinate ( ) const
inline

◆ GetMaxPoint()

virtual FVector2d UE::CADKernel::IntersectionIsoSegmentTool::FIntersectionIsoSegment::GetMaxPoint ( ) const
pure virtual

◆ GetMinCoordinate()

double UE::CADKernel::IntersectionIsoSegmentTool::FIntersectionIsoSegment::GetMinCoordinate ( ) const
inline

◆ GetMinPoint()

virtual FVector2d UE::CADKernel::IntersectionIsoSegmentTool::FIntersectionIsoSegment::GetMinPoint ( ) const
pure virtual

◆ GetSegment2D()

FSegment2D UE::CADKernel::IntersectionIsoSegmentTool::FIntersectionIsoSegment::GetSegment2D ( ) const
inline

Friends And Related Symbol Documentation

◆ operator<

bool operator< ( const FIntersectionIsoSegment A,
const FIntersectionIsoSegment B 
)
friend

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