Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UMeshSelectionToolActionPropertySet
- UMeshSelectionMeshEditActions
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshSelectionTool.h |
| Include | #include "MeshSelectionTool.h" |
Syntax
UCLASS ()
class UMeshSelectionMeshEditActions : public UMeshSelectionToolActionPropertySet
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Assign a new unique Polygroup index to the selected triangles | ||
| void | Delete () |
Delete the selected triangles | |
| void | Disconnect () |
Disconnected the selected triangles from their neighbours, to create mesh boundaries along the selection borders | |
| void | Duplicate () |
Create a new Mesh Object containing the selected triangles | |
| void | FlipNormals () |
Flip the normals of the selected triangles. This will create hard normals at selection borders. | |
| void | Separate () |
Delete the selected triangles from the active Mesh Object and create a new Mesh Object containing those triangles | |
| void | SmoothBorder () |
Smooth the selection border |