Files
cadSet/SimpleCADAPI/docs/api/make_sketch_rsketch.md

563 B

make_sketch_rsketch

API Definition

def make_sketch_rsketch(name: Optional[str] = None, *, plane: Any = 'XY', sketch_id: Optional[str] = None) -> Sketch

Source: operations.py

Import Surface

  • top-level: from simplecadapi import make_sketch_rsketch

Description

Create an empty declarative sketch document.

Use this API, not concrete edge/wire constructors, when the intent is to build a sketch profile with constraints. The sketch name and explicit entity IDs are stable local identifiers used by constrained profile promotion.