private void updateECoupling() { _cplCond = new CouplingCondition(); List <string> sl = new List <string>(); sl.Add("Stf: " + Axial_stiffness + " / " + Rotational_stiffness); _cplCond.CreateDottedLineSymbols(Value.GetConnectionLines(), sl); }
private void updateECoupling() { _cplCond = new CouplingCondition(); _cplCond.CreateDottedLineSymbols(Value.GetConnectionLines()); }