You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.