first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# make_circle_rface
|
||||
|
||||
## API Definition
|
||||
|
||||
```python
|
||||
def make_circle_rface(center: Tuple[float, float, float], radius: ScalarLike, normal: Tuple[float, float, float] = (0, 0, 1)) -> Face
|
||||
```
|
||||
|
||||
*Source: operations.py*
|
||||
|
||||
## Import Surface
|
||||
|
||||
- top-level: `from simplecadapi import make_circle_rface`
|
||||
|
||||
## Description
|
||||
|
||||
Create a circular face.
|
||||
Reference in New Issue
Block a user