Files
2026-07-22 19:38:36 +08:00

266 B

or_

API Definition

def or_(*predicates: Predicate) -> Predicate

Source: ql.py

Import Surface

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

Description

Combine predicates so at least one of them must match.