# `GSComponent newEmptyBaseGlyphPath`

*Type Method*

A new placeholder path for a base-glyph hierarchy without paths.

## Declaration

```swift
class func newEmptyBaseGlyphPath() -> NSBezierPath
```

```objc
+ (NSBezierPath *) newEmptyBaseGlyphPath;
```

```python
newEmptyBaseGlyphPath() -> NSBezierPath
```

## Discussion

The returned path can be modified independently.

## See Also

### Placeholder Representations

- [`GSComponent newMissingBaseGlyphPath`](/Core/GlyphsCore/GSComponent/newMissingBaseGlyphPath) — A new placeholder path for an unresolved base glyph.
- [`GSComponent newBadReferencePath`](/Core/GlyphsCore/GSComponent/newBadReferencePath) — A new placeholder path for a recursive component reference.

