Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UEditMeshPolygonsToolActionPropertySet
- UEditMeshPolygonsToolEdgeActions_Triangles
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/EditMeshPolygonsTool.h |
| Include | #include "EditMeshPolygonsTool.h" |
Syntax
UCLASS ()
class UEditMeshPolygonsToolEdgeActions_Triangles : public UEditMeshPolygonsToolActionPropertySet
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Bridge () |
Create a new face that connects the selected edges | |
| void | Collapse () |
Collapse the selected edges, deleting the attached triangles and merging its two vertices into one | |
| void | Extrude () |
Duplicate and move boundary vertices outwards and connect them to the original boundary to create new faces. | |
| 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 boundary edges, moving the first edge to the second | |
| void | WeldCentered () |
Merge selected boundary edges, centering the result |