456 B
456 B
make_wire_from_sketch_rwire
API Definition
def make_wire_from_sketch_rwire(sketch: Sketch, profile: int | str = 0, *, require_fully_constrained: bool = False, strict: bool = True, tolerance: float = 1e-07, max_iterations: int = 80) -> Wire
Source: operations.py
Import Surface
- top-level:
from simplecadapi import make_wire_from_sketch_rwire
Description
Promote a sketch profile to a concrete wire, solving internally.