make_face_from_sketch_rface
Kind: Function
Domain: Sketch
Canonical import: from cadflow import make_face_from_sketch_rface
Signature
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'
Description
Promote one outer and optional inner sketch profiles to a face.
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
sketch | 'Sketch' | yes | - | Not explicitly described in the source docstring. |
profile | 'int | str' | no | 0 | Not explicitly described in the source docstring. |
inner_profiles | 'Sequence[int | str]' | no | () | Not explicitly described in the source docstring. |
require_fully_constrained | 'bool' | no | False | Not explicitly described in the source docstring. |
strict | 'bool' | no | True | Not explicitly described in the source docstring. |
tolerance | 'float' | no | 1e-07 | Not explicitly described in the source docstring. |
max_iterations | 'int' | no | 80 | Not explicitly described in the source docstring. |
Returns
Type: 'Face'
The source docstring does not declare additional return semantics.
Errors
The source docstring does not declare a narrower exception contract. Invalid types, values, ownership, paths, or backend state may still raise the corresponding public error.
Behavior and constraints
- The contract below is generated from the current public runtime signature. Check domain notes for ownership and workflow constraints.
Import check
from cadflow import make_face_from_sketch_rface