Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/RepairOrientation.h |
| Include | #include "Operations/RepairOrientation.h" |
Syntax
class FMeshRepairOrientation
Remarks
Invert triangles as needed to a consistent ~"outward" orientation
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< Component > | Components | ||
| FDynamicMesh3 * | Mesh | Inputs |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMeshRepairOrientation
(
FDynamicMesh3* Mesh |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ComputeComponentStatistics
(
FDynamicMeshAABBTree3* Tree, |
||
| void | ComputeStatistics
(
FDynamicMeshAABBTree3* Tree |
||
| void | Locally orient connected components | ||
| void | SolveGlobalOrientation
(
FDynamicMeshAABBTree3* Tree |
Globally orient to be called after OrientComponents if a more globally consistent result is desired | |
| EOperationValidationResult | Validate () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Component |