# `GSPath setNodesFast:`

*Instance Method*

Replaces all nodes without registering undo or notifying the layer.

## Declaration

```swift
func setNodesFast(_ nodes: [GSNode])
```

```objc
- (void) setNodesFast:(NSArray<GSNode *> *) nodes;
```

```python
setNodesFast_(nodes: list[GSNode])
```

## See Also

### Nodes

- [`GSNode`](/Core/GlyphsCore/GSNode) — An on-curve or off-curve point of a path.
- [`GSPath.nodes`](/Core/GlyphsCore/GSPath/nodes) — The ordered nodes describing the path.
- [`GSPath countOfNodes`](/Core/GlyphsCore/GSPath/countOfNodes) — The number of nodes.

