コード例 #1
0
        private void updateSpring()
        {
            _cplCond = new CouplingCondition();
            List <string> sl = new List <string>();

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

            _cplCond.CreateSpringSymbols(Value.GetSingleInputPoints(), sl, Direction);
        }
コード例 #2
0
ファイル: gh_spring.cs プロジェクト: whiskyching/gh_sofistik
 private void updateSpring()
 {
     _cplCond = new CouplingCondition();
     _cplCond.CreateSpringSymbols(Value.GetSingleInputPoints(), Direction);
 }