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

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

public Pipe ( string name, string shape, Material material, ConcreteSectionProps concreteProperties, float t3, float tw ) : System
name string
shape string
material Material
concreteProperties ConcreteSectionProps
t3 float
tw float
Результат System
        public Pipe(string name, string shape, Material.Material material, ConcreteSectionProps concreteProperties, float t3, float tw)
            : base(name, shape, material, concreteProperties)
        {
            this.t3 = t3;
            this.t2 = 0;
            this.tf = 0;
            this.tw = tw;
            this.t2b = 0;
            this.tfb = 0;
            this.dis = 0;
            initContourAndLOD();
        }

Same methods

Pipe::Pipe ( ) : System
Pipe::Pipe ( 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