Click or drag to resize

ResultAnalysis1DInternalForces Constructor (StructuralCurveMemberRib, StructuralLoadCase, 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,
	StructuralLoadCase loadCase,
	int index,
	Length section
)

Parameters

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