doug-moen / openscad2

better abstraction mechanisms for OpenSCAD
Boost Software License 1.0
25 stars 3 forks source link

Objects #3

Closed gwadej closed 9 years ago

gwadej commented 9 years ago

The last few bullets of the first section describe 3 different scenarios for an "object".

  1. Definition: assign one of the following to a variable
    • use
    • include
    • object literal
  2. Customization: function call syntax to override values
  3. Instantiation?: Supplying the object at top level in the file to cause it to generate the appropriate geometry.

Maybe actually defining terms for these and using the terms consistently would be useful.

doug-moen commented 9 years ago

That section has been completely rewritten.