OpenSCAD v0.5.2 OpenSCAD.Action View Source

An Action is anything that can be rendered. It can be an object or a series of operators that end in an object, but it must end, which means a chain of operators is not an Action, but would be once an object is fed to it.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %OpenSCAD.Action{}

Link to this section Functions