OpenSCAD v0.5.2 OpenSCAD.Cube View Source

Cube will be our canonical object for testing metaprogramming

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %OpenSCAD.Cube{
  center: boolean(),
  debug: term(),
  disable: term(),
  show_only: term(),
  size: float() | {float(), float(), float()},
  transparent: term()
}