Exemplo n.º 1
0
        public Section(Project parent, string name)
        {
            mParent = parent;
            mName = name;
            SectionProperties = new SectionProperties(this);
            SoilParameters = new SoilParameters(this);
            AnalysisModel = new CulvertAnalysisModel(this);

            AnalysisModel.UpdateModel();
        }
Exemplo n.º 2
0
        public Section(Project parent, string name)
        {
            mParent           = parent;
            mName             = name;
            SectionProperties = new SectionProperties(this);
            SoilParameters    = new SoilParameters(this);
            AnalysisModel     = new CulvertAnalysisModel(this);

            AnalysisModel.UpdateModel();
        }