Autor: thomas

Nesting with PAMELA

Panelling and nesting of a shade sail based on PAMELA and OpenNest plugins for Grasshopper. Interesting to see that from material point of view (with given max width
Read More

C# CopyConstructor

A couple of things which become handy when writing CopyConstructors in C#: Throw exception when the CopyConstructor is called with null reference: if (other == null) throw new
Read More