Class TimberPanelType
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
IPanelLibraryTypeIPanelLibraryTypefactorsTimberFactorsshearCouplingboolgluedNarrowSidesbool
Fields
_gluedNarrowSides
glued_narrow_sides
public bool _gluedNarrowSides
Field Value
_panelTypeReference
public Guid _panelTypeReference
Field Value
_shearCoupling
shear_coupling
public bool _shearCoupling
Field Value
_timberFactors
factors
public List<TimberFactors> _timberFactors
Field Value
Properties
GluedNarrowSides
public bool GluedNarrowSides { get; set; }
Property Value
Guid
public Guid Guid { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
PanelType
Can be either timberPanelLibraryData, glcDataLibraryType, cltDataLibraryType
public IPanelLibraryType PanelType { get; set; }
Property Value
ShearCoupling
public bool ShearCoupling { get; set; }
Property Value
TimberFactors
public TimberFactors TimberFactors { get; set; }