make_2d_union_rface
类型: 函数
领域: 建模与几何
推荐导入: from cadflow import make_2d_union_rface
签名
def make_2d_union_rface(face_a: 'Face', face_b: 'Face') -> 'Face'
功能说明
make_2d_union_rface 是 CadFlow 建模与几何领域的公共函数。
原始 API 说明
Compute the boolean union of two 2D faces.
Parameters ---------- face_a : Face First face. face_b : Face Second face.
Returns ------- Face The merged face. Both inputs must overlap or touch so that the result is a single connected face.
参数
| 名称 | 类型 | 必需 | 默认值 | 源码说明 |
|---|---|---|---|---|
face_a | 'Face' | 是 | - | 源码 Docstring 未单独说明。 |
face_b | 'Face' | 是 | - | 源码 Docstring 未单独说明。 |
返回值
类型: 'Face'
源码 Docstring 未声明更多返回语义。
异常
源码 Docstring 未声明更窄的异常契约。类型、数值、所有权、路径或后端状态无效时,仍可能抛出相应公共异常。
行为与约束
- 以下契约由当前公共运行时签名生成;所有权与工作流限制见对应领域说明。
导入检查
from cadflow import make_2d_union_rface