IHasRibWidthGeneralT Interface |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.AnalysisDataModel.Interfaces
public interface IHasRibWidthGeneral<T>
The IHasRibWidthGeneralT type exposes the following members.
Name | Description | |
---|---|---|
WidthLeftForCheck |
Effective width on the left side.
Used for check.
This property is unit-less.
| |
WidthLeftForForces |
Effective width on the left side.
Used to calculate internal forces.
This property is unit-less.
| |
WidthRightForCheck |
Effective width on the right side.
Used for check.
This property is unit-less.
| |
WidthRightForForces |
Effective width on the right side.
Used to calculate internal forces.
This property is unit-less.
|