OpenSCAD v0.5.2 OpenSCAD.Projection View Source

Projection will turn a 3D shape into a 2D shape.

  • cut: true will use the slice at z=0
  • cut: false will use all points, maybe like a shadow from 0,0,100000

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %OpenSCAD.Projection{
  children: term(),
  cut: boolean(),
  debug: term(),
  disable: term(),
  show_only: term(),
  transparent: term()
}