Source file OSCADml.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(** {1 OpenSCAD DSL} *)

module Scad = Scad

(** {2 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 {!module:Scad}. *)

module Color = Color
module Text = Text

(** {1 Utilities} *)

module Export = Export
module Debug = Debug