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

SimpleCAD API Index

This index includes generated docs for the public SimpleCAD API surface, including geometry operations, graph/model JSON workflows, expressions, QL, and export helpers.

Import Surfaces

  • Entries marked top-level are exported from simplecadapi and can be imported with from simplecadapi import <name>.
  • Entries marked submodule are public through the listed submodule, such as simplecadapi.ql.
  • Entries marked translator backend are public only through simplecadapi.translator.<backend>.

Basic Creation

Transforms

3D Operations

Tagging and Selection

Boolean Operations

Export

FreeCAD Translation

Math Helpers

Modeling Graph and Replay

Expressions and Parameters

  • Const (from expr.py) top-level
  • Expr (from expr.py) top-level
  • ExpressionGraph (from expr.py) top-level
  • Var (from expr.py) top-level
  • const (from expr.py) top-level
  • var (from expr.py) top-level

Types and Errors

Advanced Features

Evolve

Other