18 lines
299 B
Markdown
18 lines
299 B
Markdown
# make_sphere_rsolid
|
|
|
|
## API Definition
|
|
|
|
```python
|
|
def make_sphere_rsolid(radius: ScalarLike, center: Tuple[float, float, float] = (0, 0, 0)) -> Solid
|
|
```
|
|
|
|
*Source: operations.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import make_sphere_rsolid`
|
|
|
|
## Description
|
|
|
|
Create a sphere solid.
|