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

400 B

make_face_from_wires_rface

API Definition

def make_face_from_wires_rface(outer_wire: Wire, inner_wires: Sequence[Wire], normal: Tuple[float, float, float] = (0, 0, 1)) -> Face

Source: operations.py

Import Surface

  • top-level: from simplecadapi import make_face_from_wires_rface

Description

Create a face from one outer closed wire and optional inner closed wires.