UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Topomaker.h File Reference
#include "Core/Types.h"

Go to the source code of this file.

Classes

struct  UE::CADKernel::FTopomakerOptions
 
class  UE::CADKernel::FTopomaker
 

Namespaces

namespace  UE
 
namespace  UE::CADKernel
 
namespace  UE::CADKernel::SewOption
 
namespace  UE::CADKernel::TopomakerTools
 

Enumerations

enum class  UE::CADKernel::ESewOption : uint8 {
  UE::CADKernel::None = 0x00u , UE::CADKernel::ForceJoining = 0x01u , UE::CADKernel::RemoveThinFaces = 0x02u , UE::CADKernel::RemoveDuplicatedFaces = 0x04u ,
  UE::CADKernel::All = 0x07u
}
 

Functions

 UE::CADKernel::ENUM_CLASS_FLAGS (ESewOption)
 
void UE::CADKernel::TopomakerTools::MergeCoincidentVertices (TArray< FTopologicalVertex * > &VerticesToMerge, double Tolerance)