Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

SimpleCAD API Index

This index includes generated docs for the public SimpleCAD API surface, including geometry operations, graph/model JSON workflows, inspection tools, 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 inspection namespace are available through simplecadapi.inspect.brep and cannot run inside GraphSession or @model.
  • Entries marked translator backend are public only through simplecadapi.translator.<backend>.

Basic Creation

Transforms

3D Operations

Tagging and Selection

Boolean Operations

Export

Translator Backends

Math Helpers

Modeling Graph and Replay

Expressions and Parameters

Physical Units

Types and Errors

Advanced Features

Evolve

STEP/BREP Inspection

Other