18 lines
325 B
Markdown
18 lines
325 B
Markdown
# mirror_shape
|
|
|
|
## API Definition
|
|
|
|
```python
|
|
def mirror_shape(shape: AnyShape, plane_origin: Tuple[float, float, float], plane_normal: Tuple[float, float, float]) -> AnyShape
|
|
```
|
|
|
|
*Source: operations.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import mirror_shape`
|
|
|
|
## Description
|
|
|
|
Mirror a shape across a plane.
|