Skip to content

GluLamb v1.1

Compare
Choose a tag to compare
@tsvilans tsvilans released this 28 Oct 14:37
· 112 commits to master since this release

New features

  • Structure, Element, ElementGroup, and Connection classes. These replace the Network and Network2 classes that were used in previous tasTools and tasTools versions. These are not exposed yet as Grasshopper components, however this is on the to-do list. A Structure holds references to many Element instances, as well as ElementGroup objects, which are basically just a list of Element with a Name property, for now. Connection objects refer to the two Element objects they connect, and each Element has a list of multiple Connection objects. This permits a relational / graph model to be constructed as before: Element replaces Node and Connection replaces Edge.

Changes / fixes

  • StraightGlulam.ToBrep() now works. The bug was caused by a change in the way the other glulam types generated their cross-section data and cross-section corner points.