Table of Contents

Class TimberPanelType

Namespace
FemDesign.Materials
Assembly
FemDesign.Core.dll

timber_application_data

public class TimberPanelType : IMaterial
Inheritance
TimberPanelType
Implements
Inherited Members
Extension Methods

Constructors

TimberPanelType(IPanelLibraryType, TimberFactors, bool, bool)

Create a TimberPlateMaterial

public TimberPanelType(IPanelLibraryType IPanelLibraryType, TimberFactors factors, bool shearCoupling = true, bool gluedNarrowSides = true)

Parameters

IPanelLibraryType IPanelLibraryType
factors TimberFactors
shearCoupling bool
gluedNarrowSides bool

Fields

_gluedNarrowSides

glued_narrow_sides

public bool _gluedNarrowSides

Field Value

bool

_panelTypeReference

public Guid _panelTypeReference

Field Value

Guid

_shearCoupling

shear_coupling

public bool _shearCoupling

Field Value

bool

_timberFactors

factors

public List<TimberFactors> _timberFactors

Field Value

List<TimberFactors>

Properties

GluedNarrowSides

public bool GluedNarrowSides { get; set; }

Property Value

bool

Guid

public Guid Guid { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string

PanelType

Can be either timberPanelLibraryData, glcDataLibraryType, cltDataLibraryType

public IPanelLibraryType PanelType { get; set; }

Property Value

IPanelLibraryType

ShearCoupling

public bool ShearCoupling { get; set; }

Property Value

bool

TimberFactors

public TimberFactors TimberFactors { get; set; }

Property Value

TimberFactors