- Create a box and transform it to a certain location.
- Create a
Projection(can be orthogonal, parallel or perspective) and project the box' vertices onto the xy-plane. - Draw the edges of the projected box corners with an
Artistof your preference. (tip:Meshwill help you there...)
- Build your own robot with a certain number n of links and n - 1 joints.
- Create a
Configurationwith certain values and the correct joint types. - Create a
RobotArtistof your preferance (e.g.compas_fab.ghpythonorcompas_fab.rhino) - Use the artist to
updatethe robot with the created configuration, such that it configures into the letter of your choice (or any other identifiable figure).

