Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshModelingFunctions.h |
| Include | #include "GeometryScript/MeshModelingFunctions.h" |
Syntax
enum EGeometryScriptMeshBevelSelectionMode
{
TriangleArea = 0,
AllPolygroupEdges = 1 UMETA(DisplayName = "All PolyGroup Edges"),
SharedPolygroupEdges = 2 UMETA(DisplayName = "Shared PolyGroup Edges"),
SelectedEdges = 3,
}
Values
| Name | Description |
|---|---|
| TriangleArea | Convert the selection to Triangles and bevel the boundary edge loops of the triangle set |
| AllPolygroupEdges | Convert the selection to PolyGroups and bevel all the PolyGroup Edges of the selected PolyGroups |
| SharedPolygroupEdges | Convert the selection to PolyGroups and bevel all the PolyGroup Edges that are between selected PolyGroups |
| SelectedEdges | Convert the selection to Edges (if needed) and bevel them |
Remarks
Mode passed to ApplyMeshBevelSelection to control how the input Selection should be interpreted as selecting an area of the mesh to Bevel