# `GSPath setClosedFast:`

*Instance Method*

same as ``setClosed:``` but without notifying and undo. Good when loading the path

## Declaration

```swift
func setClosedFast(_ closed: Bool)
```

```objc
- (void) setClosedFast:(BOOL) closed;
```

```python
setClosedFast_(closed: bool)
```

