UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Mesher.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "Core/Chrono.h"
5#include "Core/Types.h"
6
7namespace UE::CADKernel
8{
9class FModelMesh;
10class FTopologicalShapeEntity;
11
13{
14protected:
15
17 bool bThinZoneMeshing = false;
18
20
21public:
22
24
26
28 {
30 Entities.Add(&InEntity);
31 MeshEntities(Entities);
32 }
33};
34
35} // namespace UE::CADKernel
36
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Array.h:670
UE_NODEBUG UE_FORCEINLINE_HINT SizeType Add(ElementType &&Item)
Definition Array.h:2696
Definition Mesher.h:13
FModelMesh & MeshModel
Definition Mesher.h:19
double GeometricTolerance
Definition Mesher.h:16
void MeshEntity(FTopologicalShapeEntity &InEntity)
Definition Mesher.h:27
Definition ModelMesh.h:21
Definition TopologicalShapeEntity.h:14
Definition CADEntity.cpp:23