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

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

Constructora que calcula las propiedades de una sección general a partir del contorno No está implementada en la primera versión.
public FrameSection ( string name, string shape, Material material, ConcreteSectionProps concreteProperties, Microsoft contour ) : System
name string
shape string
material Material
concreteProperties ConcreteSectionProps
contour Microsoft
Результат System
        public FrameSection(string name, string shape, Material.Material material, ConcreteSectionProps concreteProperties, Microsoft.DirectX.Vector2[] contour)
        {
            throw new System.NotImplementedException("Falta un SectionDesigner que calcule las propiedades");
        }

Same methods

FrameSection::FrameSection ( ) : System
FrameSection::FrameSection ( string name, string shape, Material material, ConcreteSectionProps concreteProperties ) : 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