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

#include <IntersectionIsoSegmentTool.h>

Public Member Functions

 FIntersectionIsoSegmentTool (const FGrid &InGrid, const double Tolerance)
 
void AddIsoSegment (const FVector2d &StartPoint, const FVector2d &EndPoint, const ESegmentType InType)
 
bool DoesIntersect (const FIsoNode &StartNode, const FIsoNode &EndNode) const
 
int32 CountIntersections (const FIsoNode &StartNode, const FIsoNode &EndNode) const
 
void Sort ()
 

Constructor & Destructor Documentation

◆ FIntersectionIsoSegmentTool()

UE::CADKernel::FIntersectionIsoSegmentTool::FIntersectionIsoSegmentTool ( const FGrid InGrid,
const double  Tolerance 
)

Member Function Documentation

◆ AddIsoSegment()

void UE::CADKernel::FIntersectionIsoSegmentTool::AddIsoSegment ( const FVector2d StartPoint,
const FVector2d EndPoint,
const ESegmentType  InType 
)

◆ CountIntersections()

int32 UE::CADKernel::FIntersectionIsoSegmentTool::CountIntersections ( const FIsoNode StartNode,
const FIsoNode EndNode 
) const

◆ DoesIntersect()

bool UE::CADKernel::FIntersectionIsoSegmentTool::DoesIntersect ( const FIsoNode StartNode,
const FIsoNode EndNode 
) const

◆ Sort()

void UE::CADKernel::FIntersectionIsoSegmentTool::Sort ( )

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