Skip to content

Commit

Permalink
path_extrude example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Plut committed Mar 9, 2022
1 parent a0c2ff6 commit 020866e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,12 @@ png("swept_cube", s); # hide
path_extrude
```

```@repl 0
s = G.path_extrude([[[0,0.],[3,0],[5,1]]])*(G.square(10)-([1,2]+G.square(3)));
png("path_extrude", s); # hide
```
![example: single-path extrusion of a shape](path_extrude.png)

## User-defined volume deformations
```@docs
deform
Expand Down

0 comments on commit 020866e

Please sign in to comment.