Table of Contents

Class Section

Namespace
FemDesign.Sections
Assembly
FemDesign.Core.dll

Section.

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

Constructors

Section(RegionGroup, string, MaterialTypeEnum, string, string, string)

Construct a new section

public Section(RegionGroup regionGroup, string type, MaterialTypeEnum materialTypeEnum, string groupName, string typeName, string sizeName)

Parameters

regionGroup RegionGroup
type string
materialTypeEnum MaterialTypeEnum
groupName string
typeName string
sizeName string

Fields

_regionGroup

public RegionGroup _regionGroup

Field Value

RegionGroup

Properties

GroupName

public string GroupName { get; set; }

Property Value

string

MaterialFamily

public string MaterialFamily { get; }

Property Value

string

MaterialType

public string MaterialType { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

RegionGroup

public RegionGroup RegionGroup { get; set; }

Property Value

RegionGroup

SizeName

public string SizeName { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string

TypeName

public string TypeName { get; set; }

Property Value

string

_end

public string _end { get; set; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string