Files
cadSet/SimpleCADAPI/docs/api/make_2d_intersect_rface.md
T
2026-07-22 19:38:36 +08:00

36 lines
509 B
Markdown

# make_2d_intersect_rface
## API Definition
```python
def make_2d_intersect_rface(face_a: Face, face_b: Face) -> Face
```
*Source: operations.py*
## Import Surface
- top-level: `from simplecadapi import make_2d_intersect_rface`
## Description
Compute the boolean intersection of two 2D faces.
## Parameters
### face_a
- **Type**: `Face`
- **Description**: First face.
### face_b
- **Type**: `Face`
- **Description**: Second face.
## Returns
-------
Face
The overlapping region of the two faces.