# `GSNode penPoint`

*Instance Method*

The pen point at the node, or `nil` if none exists.

## Declaration

```swift
func penPoint() -> GSPenPoint?
```

```objc
- (GSPenPoint *) penPoint;
```

```python
penPoint() -> GSPenPoint
```

## See Also

### Attachments

- [`GSNode canAttachCorner`](/Core/GlyphsCore/GSNode/canAttachCorner) — Whether a corner component can be attached to the node.

