C# 클래스 Canguro.Model.Section.Channel

상속: FrameSection
파일 보기 프로젝트 열기: rforsbach/Treu-Structure

공개 메소드들

메소드 설명
Channel ( string name, string shape, Material material, ConcreteSectionProps concreteProperties, float t3, float t2, float tf, float tw ) : System
Channel ( 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

보호된 메소드들

메소드 설명
buildHighLODCover ( ) : void
buildHighStressCover ( ) : void
initContour ( ) : void

비공개 메소드들

메소드 설명
Channel ( ) : System
UpdateData ( ) : void

메소드 상세

Channel() 공개 메소드

public Channel ( string name, string shape, Material material, ConcreteSectionProps concreteProperties, float t3, float t2, float tf, float tw ) : System
name string
shape string
material Material
concreteProperties ConcreteSectionProps
t3 float
t2 float
tf float
tw float
리턴 System

Channel() 공개 메소드

public Channel ( 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
name string
shape string
material Material
concreteProperties ConcreteSectionProps
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 float
리턴 System

buildHighLODCover() 보호된 메소드

protected buildHighLODCover ( ) : void
리턴 void

buildHighStressCover() 보호된 메소드

protected buildHighStressCover ( ) : void
리턴 void

initContour() 보호된 메소드

protected initContour ( ) : void
리턴 void