Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Mesh > API/Runtime/CADKernel/Mesh/Structure
Inheritance Hierarchy
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Mesh/Structure/Mesh.h |
| Include | #include "Mesh/Structure/Mesh.h" |
Syntax
class FMesh : public UE::CADKernel::FEntityGeom
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | LastNodeIndex | ||
| int32 | MeshModelIndex | ||
| FModelMesh & | ModelMesh | ||
| TArray< FPoint > | NodeCoordinates | ||
| int32 | StartNodeId | ||
| FTopologicalEntity & | TopologicalEntity |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMesh
(
FModelMesh& InMeshModel, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FMesh () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FTopologicalEntity & | |||
| FTopologicalEntity & | |||
| const int32 | |||
| const int32 | |||
| FModelMesh & | GetMeshModel () |
||
| const FModelMesh & | GetMeshModel () |
||
| TArray< FPoint > & | |||
| const TArray< FPoint > & | |||
| const int32 | |||
| int32 |
Overridden from FEntity
| Type | Name | Description | |
|---|---|---|---|
| EEntity |