package OSCADml

  1. Overview
  2. Docs

OpenSCAD DSL

module Scad : sig ... end

Build scad models with well-typed dimensional system (3d / 2d) aware functions mapping down onto the similarly named operations made available by the OpenSCAD language.

Configuration Types

These modules are provided at the top-level as convenient namespaces for the configuration types taken as parameters to their corresponding model building functions in Scad.

module Color : sig ... end

Scad.color specification type

module Text : sig ... end

Scad.text configuration parameter types

Utilities

module Export : sig ... end

Exporting .scad scripts through the OpenSCAD command line interface.

module Debug : sig ... end