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

261 B

and_

API Definition

def and_(*predicates: Predicate) -> Predicate

Source: ql.py

Import Surface

  • submodule: from simplecadapi.ql import and_ or simplecadapi.ql.and_

Description

Combine predicates so all of them must match.