Click or drag to resize

IHasRibWidth Interface

[This is preliminary documentation and is subject to change.]

Marker interface for StructuralCurveMemberRib that defines the rib's width & shape

Namespace:  ModelExchanger.AnalysisDataModel.Interfaces
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public interface IHasRibWidth : IHasRibWidthGeneral<double?>, 
	IHasRibWidthLengthGeneral<Length?>

The IHasRibWidth type exposes the following members.

Properties
  NameDescription
Public propertyEffectiveWidth
Determines the method which is considered for specifying the effective width.
Public propertyPosition
Determines the shape of the effective width of the rib
Public propertyWidthLeftForCheck
Effective width on the left side. Used for check. This property is unit-less.
(Inherited from IHasRibWidthGeneralT.)
Public propertyWidthLeftForCheckLength
Effective width on the left side. Used for check.
(Inherited from IHasRibWidthLengthGeneralT.)
Public propertyWidthLeftForForces
Effective width on the left side. Used to calculate internal forces. This property is unit-less.
(Inherited from IHasRibWidthGeneralT.)
Public propertyWidthLeftForForcesLength
Effective width on the left side. Used to calculate internal forces.
(Inherited from IHasRibWidthLengthGeneralT.)
Public propertyWidthRightForCheck
Effective width on the right side. Used for check. This property is unit-less.
(Inherited from IHasRibWidthGeneralT.)
Public propertyWidthRightForCheckLength
Effective width on the right side. Used for check.
(Inherited from IHasRibWidthLengthGeneralT.)
Public propertyWidthRightForForces
Effective width on the right side. Used to calculate internal forces. This property is unit-less.
(Inherited from IHasRibWidthGeneralT.)
Public propertyWidthRightForForcesLength
Effective width on the right side. Used to calculate internal forces.
(Inherited from IHasRibWidthLengthGeneralT.)
Top
See Also