# `GSShapeGroup deepCopy`

*Instance Method*

Creates a copy of the group and all of its members.

## Declaration

```swift
func deepCopy() -> Self
```

```objc
- (instancetype) deepCopy;
```

```python
deepCopy() -> GSShapeGroup
```

## Discussion

The copy receives a new group ID.

