Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UEditMeshPolygonsToolActionPropertySet
- UEditMeshPolygonsToolEdgeActions_Triangles
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/EditMeshPolygonsTool.h |
| Include | #include "EditMeshPolygonsTool.h" |
Syntax
UCLASS&40;&41;
class UEditMeshPolygonsToolEdgeActions_Triangles : public UEditMeshPolygonsToolActionPropertySet
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Collapse () |
Collapse the selected edges, deleting the attached triangles and merging its two vertices into one | |
| void | FillHole () |
Fill the adjacent hole for any selected boundary edges | |
| void | Flip () |
Flip the selected (non-border, non-seam) edges, replacing them with new edges in the crossing direction | |
| void | Split () |
Split the selected edges, inserting a new vertex at each edge midpoint | |
| void | Weld () |
Merge selected edges, moving the first edge to the second |