<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBezierPath/append(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBezierPath(im)appendBezierPath:"
  },
  "title" : "append(_:)"
}
-->

# append(_:)

Appends the contents of the specified path object to the path.

```
func append(_ path: NSBezierPath)
```

## Parameters

`path`

The path to add to the receiver.

## Discussion

This method adds the commands used to create `aPath` to the end of the receiver’s path. This method does not explicitly try to connect the subpaths in the two objects, although the operations in `aPath` may still cause that effect.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)