generated from iaac-macad/bimsc23-datamgmt-session03
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (19 loc) · 903 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>S1 - Lecture 3</title>
</head>
<body>
<h1>S1 - Lecture 3</h1>
<ul>
<li><a href="./example1/">Example 1</a> – How to call RhinoCompute</li>
<li><a href="./example2/">Example 2</a> – Remote Solving GH Definitions</li>
<li><a href="./example2.1 color/">Example 2.1</a> – Adding and receiving userstrings </li>
<li><a href="./example3/">Example 3</a> – Using Gh plugins (needs weaverbird installed)</li>
<li><a href="./example4/">Example 4</a> – Adds objects to layers in the RhinoDoc</li>
<li><a href="./example5/">Example 5</a> – Adds user strings from a gh file</li>
<li><a href="./example6/">Example 6</a> – Adds user strings from a gh file to a mesh obj</li>
</ul>
</body>
</html>