# Sandbox.PolygonMesh.CreateFaceInEdgeLoop

```csharp
bool CreateFaceInEdgeLoop(HalfEdgeHandle hOpenEdge, out FaceHandle hNewFace)
```

Add a face filling in the open edge loop specified by the provided edge

### Parameters

- `hOpenEdge` (`HalfEdgeHandle`)
- `out hNewFace` (`FaceHandle`)

### Returns

`bool`

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
