Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/Booleans
Insert edges along the curve where the interpolated per-vertex values match a given isovalue
Target is Geometry Script Library Mesh Boolean Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | Dynamic Mesh to be updated. |
| struct | Options | Settings for processing to perform after inserting the curve edges |
| struct | Per Vertex Value | Values to interpolate, must be one per vertex |
| real | Iso Value | Value at which to insert the new curve |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Target Mesh |