Introduction to digital fabrication methods and the COMPAS ecosystem for digital fabrication: core, fab, rrc, slicer. Brief overview of core data structures (network, mesh). Remote procedure calls.
👉 Slides
-
Primitives
-
Shapes
-
Mesh datastructure
- Mesh in Rhino
- Mesh in Blender
- Mesh in GHPython
- Mesh from scratch
- Mesh stand-alone viewer
- Queries: vertex degree
- Queries: vertices on boundary
- Queries: face neighbors
- Queries: vertex neighbors
- Queries: edge strip
- Queries: edge loop
- Vertex normals in Rhino
- Flip cycles
- Artists in Rhino
- Boolean operations with CGAL
- Boolean operations in Rhino
-
Network datastructure
-
Remote Procedure calls