OpenSCAD v0.1.0 OpenSCAD.Action View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %OpenSCAD.Action{children: [t()], element: nil | OpenSCAD.Element.t(), modifier: nil | bitstring()}

Link to this section Functions

Link to this function modify(action, modifier) View Source
Link to this function new(element, children \\ []) View Source
Link to this function to_scad(action, indent \\ 0) View Source
to_scad(t() | [t()], non_neg_integer()) :: bitstring()