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

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.