Appearance
Python SDK
Generated from py/python/dry/__init__.py using Python AST extraction.
Pages
| Page | Contents |
|---|---|
| Design | Fluent authoring, output, simulation, and verifier methods. |
| Module API | Top-level functions, constants, and aliases. |
Public names
| Name | Kind | Docs | Sample | Summary |
|---|---|---|---|---|
Bounds | type alias | Module API | Union[Sequence[Sequence[Number]], str] | |
Design | class | Design | An L1 design: a chain of authoring ops. Builders return self for fluent use. | |
Kinematics | type alias | Module API | Mapping[str, Number] | |
Metrics | type alias | Module API | Dict[str, Any] | |
Number | type alias | Module API | Union[int, float] | |
Op | type alias | Module API | Dict[str, Any] | |
Point | type alias | Module API | Sequence[Number] | |
PRINTERS | constant | Module API | Dict[str, ResolveParams] | |
Range | type alias | Module API | Union[Sequence[Number], str] | |
Report | type alias | Module API | Verify | Dict[str, Any] |
ResolveParams | type alias | Module API | Mapping[str, Number] | |
Toolpath | type alias | Module API | Dict[str, Any] | |
TpmsOptions | type alias | Module API | Generative | Mapping[str, Any] |
TPMS_SURFACES | constant | Module API | Tuple[str, ...] | |
tpms_gcode | function | Module API | Generative | Generate TPMS infill g-code (a list of lines) from an options dict. |