Click or drag to resize

ResultAnalysis1DInternalForces Constructor (StructuralCurveMemberRib, StructuralLoadCombination, Int32, Length)

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

Create a new 1D internal force section for the given StructuralCurveMemberRib in the given StructuralLoadCase

Namespace:  ModelExchanger.AnalysisDataModel.Results
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public ResultAnalysis1DInternalForces(
	StructuralCurveMemberRib member1dRib,
	StructuralLoadCombination loadCombination,
	int index,
	Length section
)

Parameters

member1dRib
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralCurveMemberRib
The StructuralCurveMemberRib on which the result is calculated
loadCombination
Type: ModelExchanger.AnalysisDataModel.LoadsStructuralLoadCombination
The StructuralLoadCombination to which the result belongs
index
Type: SystemInt32
The 0-based index (= order) of the result in the set of results (per StructuralCurveMemberRib and StructuralLoadCombination)
section
Type: Length
The location along the X-axis of the StructuralCurveMemberRib of the result
See Also