Start to rework some of our kcl docs (#3222)
* Start to rework some of our kcl docs Signed-off-by: Paul R. Tagliamonte <paul@zoo.dev>
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
---
|
||||
title: "patternCircular2d"
|
||||
excerpt: "A circular pattern on a 2D sketch."
|
||||
excerpt: "Repeat a 2-dimensional sketch some number of times along a partial or"
|
||||
layout: manual
|
||||
---
|
||||
|
||||
A circular pattern on a 2D sketch.
|
||||
|
||||
Repeat a 2-dimensional sketch some number of times along a partial or
|
||||
|
||||
complete circle some specified number of times. Each object may additionally be rotated along the circle, ensuring orentation of the solid with respect to the center of the circle is maintained.
|
||||
|
||||
```js
|
||||
patternCircular2d(data: CircularPattern2dData, sketch_group_set: SketchGroupSet) -> [SketchGroup]
|
||||
|
||||
Reference in New Issue
Block a user