Ejemplo n.º 1
0
        protected override ISpecElement GetConstruction(string mark)
        {
            Pylon pylon = new Pylon(Width, Thickness, Height, mark, this, Elementary);

            pylon.Calc();
            return(pylon);
        }