Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 723 Bytes

File metadata and controls

15 lines (12 loc) · 723 Bytes

Assignment Instruction

Please write a python script to generate a virtual sculpture/installation.

  • All components in the sculpture must be visually attatched together, i.e. no floating parts.
  • No need to boolean all components, they just need to be visually attatched.
  • Use COMPAS geometries.
  • (Optional) The script works both in CPython and Grasshopper.

This assignment is 15% of your total grade. Please upload the script along with at least one screenshot (either in compas viewer, grasshopper, or a rendered image) to NCKU Moodle.

Expected Results(examples)

example_0 example_1 example_2 example_3