Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions projects/docs/docs/reference/operations/cloth/fill/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {OperationHeader} from '@site/src/components/OperationPage';
## Inlets
- `pattern`: a draft describing the regions you would like to fill (or replace) with the input structure
- `black cell structure`: the structure to replace all black (warp raised) cells with
- `white cell structure`: the structure to replace all white (warp raised) interlacements with
- `white cell structure`: the structure to replace all white (warp lowered) interlacements with


## Application
Expand All @@ -28,4 +28,4 @@ adacad id: `fill`

```ts reference
https://github.com/UnstableDesign/AdaCAD/tree/main/packages/adacad-drafting-lib/src/operations/fill/fill.ts
```
```