Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Mesh > API/Runtime/CADKernel/Mesh/Structure
Inheritance Hierarchy
- FHaveStates
- FEntity
- FEntityGeom
- FMesh
- FEdgeMesh
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Mesh/Structure/EdgeMesh.h |
| Include | #include "Mesh/Structure/EdgeMesh.h" |
Syntax
class FEdgeMesh : public UE::CADKernel::FMesh
Remarks
Define the mesh of an edge. This mesh is polygon
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< int32 > | EdgeVerticesIndex | Index of the vertices of the mesh of the TopologicalEdge in the MeshModel vertex array i.e. EdgeVerticesIndex = {5,10,11,12,13,14,3} defines Edge(Vertices[5],Vertices[10]), Edge(Vertices[10],Vertices[11]) etc of the mesh (Edge is side of mesh's triangle). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEdgeMesh
(
FModelMesh& Model, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< double > | |||
| int32 | GetNodeCount () |
||
| void |