Exemplo n.º 1
0
        private void updateECoupling()
        {
            _cplCond = new CouplingCondition();
            List <string> sl = new List <string>();

            sl.Add("Stf: " + Axial_stiffness + " / " + Rotational_stiffness);

            _cplCond.CreateDottedLineSymbols(Value.GetConnectionLines(), sl);
        }
Exemplo n.º 2
0
 private void updateECoupling()
 {
     _cplCond = new CouplingCondition();
     _cplCond.CreateDottedLineSymbols(Value.GetConnectionLines());
 }