public PrestressedConcreteSection(IPrestressedConcreteSection Section, List <RebarPoint> LongitudinalBars, CrossSectionLocationType LocationType, MemberClass MemberClass, ICalcLog log) : base(Section, LongitudinalBars, log) { this.crossSectionLocationType = LocationType; this.memberClass = MemberClass; this.prestressedSection = Section; }
public PrestressedConcreteSection(IPrestressedConcreteSection Section, List<RebarPoint> LongitudinalBars, CrossSectionLocationType LocationType, MemberClass MemberClass, ICalcLog log) : base(Section,LongitudinalBars, log) { this.crossSectionLocationType = LocationType; this.memberClass = MemberClass; this.prestressedSection = Section; }