Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/UGeometryScriptLibrary_PolygonLi-
Description
Apply a morphological "open" operator to a list of closed polygons first offsetting by -Offset, then by +Offset. If Offset is negative, this will instead function as a 'Close' operation
| Name | PolygonsMorphologyOpen |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/PolygonFunctions.h |
| Include Path | #include "GeometryScript/PolygonFunctions.h" |
| Source | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Private/PolygonFunctions.cpp |
UFUNCTION (BlueprintCallable, Category="GeometryScript|PolygonList", Meta=(ScriptMethod))
static FGeometryScriptGeneralPolygonList PolygonsMorphologyOpen
(
FGeometryScriptGeneralPolygonList PolygonList,
FGeometryScriptPolygonOffsetOptions OffsetOptions,
double Offset,
bool & bOperationSuccess,
bool bCopyInputOnFailure
)