3.9.15: Connecting Beams with Stitches πŸ”·

The β€œStitches”-multi-component has three states which correspond to three different connection types. Select the concrete type via the drop-down list at the bottom of the component.

Simple Stitch

Fig. 3.9.15.1: β€œSimple Stitch”-mapping with the same set-up as in fig. 3.8.13.1 but with 15 connections

A β€œSimple Stitch”-mapping connects two or more beam-sets with truss or beam-elements. It is available via the β€œStitches”-multi-component. The input-plug β€œBeamSets” expects a list of beam-sets which get connected in the order as they are listed. Double entries of sets are no problem. Via β€œNConnect” one sets the number of connections. There needs to be one parameter per beam-set and connection for specifying the mapping. The numerical range of parameters should be zero to one: 0 is the starting position of the beam-set, 1 its end. In case you fail to provide the mapper with a sufficient number of parameters it will turn red. Read its error message in order to see how many parameters are needed. The input plug β€œBeam Id” can be used to define the name of the connection elements. Fig. 3.9.15.1 shows a structure with 15 connections resulting from 30 randomly selected parameters.

This β€œsimple”-variant of stitches is also the most versatile one: It gives you great freedom in generating connection patterns by defining the way how a set of parameters is mapped to the set of values that are fed into the β€œSimple Stitch”. The varieties β€œProximity Stitch” and β€œStacked Stitch” are limiting the scope of possible patters. This leads to faster convergence in case of optimization with e.g. Galapagos and spares you scripting effort but lacks the full flexibility of the β€œSimple Stitch”.

Proximity Stitch

Fig. 3.9.15.2: β€œProximity Stitch”-mapping with the same set-up as in fig. 3.9.15.1 but with ten connections

The β€œProximity Stitch” is a tamed β€œSimple Stitch” (see above): In case of n beam-sets a tuple of n parameters describes one connection. All parameters are in the range [0, 1]. The first value p1p_1 sets the relative location l1l_1 on the first beam-set. All following parameters pnp_nrelate to the restricted interval [lnβˆ’1βˆ’minOffset,lnβˆ’1+maxOffset][l_{n-1}-min_{Offset} ,l_{n-1}+max_{Offset}]. Here β€œminOffset” and β€œmaxOffset” can be defined by the user. The narrower the interval they define, the more regular the structure.

Stacked Stitch

Fig.3.9.15.3: β€œStacked Stitch”-mapping with the same set-up as in fig. 3.9.15.1 but with 15 connections

A β€œStacked Stitch”-component works along the same lines as a β€œSimple Stitch”. The difference is, that it maps the given parameters to a geometry in such a way, that no two connection elements cross each other (see fig. 3.9.15.3). The last connection point created serves as the starting boundary of the interval within wich the next connection point is placed and so on.

Last updated

Was this helpful?