Table of Contents

Class ComplexSection

Namespace
FemDesign.Sections
Assembly
FemDesign.Core.dll

Complex section. strusoft.xsd: complex_section_type

public class ComplexSection : EntityBase, IFemDesignEntity
Inheritance
ComplexSection
Implements
Inherited Members
Extension Methods

Fields

Parts

public List<ComplexSectionPart> Parts

Field Value

List<ComplexSectionPart>

Properties

Eccentricities

public Eccentricity[] Eccentricities { get; set; }

Property Value

Eccentricity[]

Positions

public double[] Positions { get; }

Property Value

double[]

Sections

public Section[] Sections { get; set; }

Property Value

Section[]

Methods

CheckStartEnd()

public void CheckStartEnd()