![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Core/Factory.h"#include "Math/SlopeUtils.h"#include "Mesh/MeshEnum.h"#include "Mesh/Meshers/IsoTriangulator/IntersectionSegmentTool.h"#include "Mesh/Meshers/IsoTriangulator/IntersectionIsoSegmentTool.h"Go to the source code of this file.
Classes | |
| struct | UE::CADKernel::FCandidateNode |
| struct | UE::CADKernel::FAdditionalIso |
| class | UE::CADKernel::FCycleTriangulator |
Namespaces | |
| namespace | UE |
| namespace | UE::CADKernel |
| namespace | UE::CADKernel::Polygon |
Typedefs | |
| typedef TFunction< double(const FVector2d &, const FVector2d &, double)> | UE::CADKernel::SlopeMethod |
| typedef TFunction< int32(int32)> | UE::CADKernel::NextIndexMethod |
| using | UE::CADKernel::FNodeIntersectionCount = TPair< FCandidateNode *, int32 > |
Functions | |
| void | UE::CADKernel::Polygon::MeshTriangle (const FGrid &Grid, FIsoNode **Nodes, FFaceMesh &Mesh) |
| void | UE::CADKernel::Polygon::MeshQuadrilateral (const FGrid &Grid, FIsoNode **Nodes, FFaceMesh &Mesh) |
| void | UE::CADKernel::Polygon::MeshPentagon (const FGrid &Grid, FIsoNode **Nodes, FFaceMesh &Mesh) |