make_face_from_sketch_rface
类型: 函数
领域: 草图
推荐导入: from cadflow import make_face_from_sketch_rface
签名
def make_face_from_sketch_rface(sketch: 'Sketch', profile: 'int | str' = 0, *, inner_profiles: 'Sequence[int | str]' = (), require_fully_constrained: 'bool' = False, strict: 'bool' = True, tolerance: 'float' = 1e-07, max_iterations: 'int' = 80) -> 'Face'
功能说明
make_face_from_sketch_rface 是 CadFlow 草图领域的公共函数。
原始 API 说明
Promote one outer and optional inner sketch profiles to a face.
参数
| 名称 | 类型 | 必需 | 默认值 | 源码说明 |
|---|---|---|---|---|
sketch | 'Sketch' | 是 | - | 源码 Docstring 未单独说明。 |
profile | 'int | str' | 否 | 0 | 源码 Docstring 未单独说明。 |
inner_profiles | 'Sequence[int | str]' | 否 | () | 源码 Docstring 未单独说明。 |
require_fully_constrained | 'bool' | 否 | False | 源码 Docstring 未单独说明。 |
strict | 'bool' | 否 | True | 源码 Docstring 未单独说明。 |
tolerance | 'float' | 否 | 1e-07 | 源码 Docstring 未单独说明。 |
max_iterations | 'int' | 否 | 80 | 源码 Docstring 未单独说明。 |
返回值
类型: 'Face'
源码 Docstring 未声明更多返回语义。
异常
源码 Docstring 未声明更窄的异常契约。类型、数值、所有权、路径或后端状态无效时,仍可能抛出相应公共异常。
行为与约束
- 以下契约由当前公共运行时签名生成;所有权与工作流限制见对应领域说明。
导入检查
from cadflow import make_face_from_sketch_rface