How to decouple membranes in kiwi3d

In Kiwi, how do I decouple multiple membrane/cable elements with shared or adjacent anchor points, so I get result A instead of result B (see attached gh def)?
Even if I begin with 5 separate points, as two pair of those points near each other, the membranes are joined - even if still two distinct points.

kiwi-A
testing kiwi.gh (18.8 KB)
kiwi-B

there is the component coupling features. You can attach a group id to each element and define a list of groupids that should be coupled to the specific element.

here’s an example:
testing kiwi_AB.gh (15.4 KB)