Canguro.Model.Section.FrameSection.FrameSection C# (CSharp) Метод

FrameSection() публичный Метод

Constructora que asigna valores deafault a todas las variables.
public FrameSection ( ) : System
Результат System
        public FrameSection()
            : this(Culture.Get("defaultSectionName"), SectionManager.Instance.DefaultShape, Canguro.Model.Material.MaterialManager.Instance.DefaultSteel, null, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
        {
        }

Same methods

FrameSection::FrameSection ( string name, string shape, Material material, ConcreteSectionProps concreteProperties ) : System
FrameSection::FrameSection ( string name, string shape, Material material, ConcreteSectionProps concreteProperties, Microsoft contour ) : System
FrameSection::FrameSection ( string name, string shape, Material material, ConcreteSectionProps concreteProperties, float t3, float t2, float tf, float tw, float t2b, float tfb, float dis, float area, float torsConst, float i33, float i22, float as2, float as3, float s33, float s22, float z33, float z22, float r33, float r22 ) : System