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

#include <Mesher.h>

Public Member Functions

 FMesher (FModelMesh &InMeshModel, double GeometricTolerance, bool bActivateThinZoneMeshing)
 
void MeshEntities (TArray< FTopologicalShapeEntity * > &InEntities)
 
void MeshEntity (FTopologicalShapeEntity &InEntity)
 

Protected Attributes

double GeometricTolerance
 
bool bThinZoneMeshing = false
 
FModelMeshMeshModel
 

Constructor & Destructor Documentation

◆ FMesher()

UE::CADKernel::FMesher::FMesher ( FModelMesh InMeshModel,
double  GeometricTolerance,
bool  bActivateThinZoneMeshing 
)

Member Function Documentation

◆ MeshEntities()

void UE::CADKernel::FMesher::MeshEntities ( TArray< FTopologicalShapeEntity * > &  InEntities)

◆ MeshEntity()

void UE::CADKernel::FMesher::MeshEntity ( FTopologicalShapeEntity InEntity)
inline

Member Data Documentation

◆ bThinZoneMeshing

bool UE::CADKernel::FMesher::bThinZoneMeshing = false
protected

◆ GeometricTolerance

double UE::CADKernel::FMesher::GeometricTolerance
protected

◆ MeshModel

FModelMesh& UE::CADKernel::FMesher::MeshModel
protected

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