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

#include <ModelMeshAnalyzer.h>

Public Member Functions

 FModelMeshAnalyzer (const FModelMesh &InModelMesh)
 
void BuildMesh ()
 
void ComputeBorderCount (int32 &OutBorderCount, int32 &OutNonManifoldCount) const
 
void ComputeMeshGapCount (int32 &OutCycleCount, int32 &OutChainCount) const
 
double ComputeMaxAngle () const
 
bool CheckOrientation () const
 
void Display ()
 

Constructor & Destructor Documentation

◆ FModelMeshAnalyzer()

UE::CADKernel::FModelMeshAnalyzer::FModelMeshAnalyzer ( const FModelMesh InModelMesh)
inline

Member Function Documentation

◆ BuildMesh()

void UE::CADKernel::FModelMeshAnalyzer::BuildMesh ( )

◆ CheckOrientation()

bool UE::CADKernel::FModelMeshAnalyzer::CheckOrientation ( ) const

◆ ComputeBorderCount()

void UE::CADKernel::FModelMeshAnalyzer::ComputeBorderCount ( int32 OutBorderCount,
int32 OutNonManifoldCount 
) const

◆ ComputeMaxAngle()

double UE::CADKernel::FModelMeshAnalyzer::ComputeMaxAngle ( ) const

◆ ComputeMeshGapCount()

void UE::CADKernel::FModelMeshAnalyzer::ComputeMeshGapCount ( int32 OutCycleCount,
int32 OutChainCount 
) const

◆ Display()

void UE::CADKernel::FModelMeshAnalyzer::Display ( )

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