# `GSHobbyKnot drawKnots:isClosedSection:inPath:`

*Type Method*

## Declaration

```swift
class func draw(_ knots: [GSHobbyKnot], isClosedSection: Bool, in path: GSPath)
```

```objc
+ (void) drawKnots:(NSArray<GSHobbyKnot *> *) knots isClosedSection:(BOOL) isClosedSection inPath:(GSPath *) path;
```

```python
drawKnots_isClosedSection_inPath_(knots: list[GSHobbyKnot], isClosedSection: bool, path: GSPath)
```

