Click or drag to resize

ResultAnalysis2DInternalForces Constructor (StructuralSurfaceMember, Int32, StructuralLoadCombination, Int32, Length)

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

Create a new 2D internal force section for the given member2d in the given loadCombination

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

Parameters

member2d
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralSurfaceMember
The StructuralSurfaceMember on which the result is calculated
edgeIndex
Type: SystemInt32
The 0-based edge index of the StructuralSurfaceMember 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 StructuralSurfaceMember and StructuralLoadCombination)
section
Type: Length
The location, along the X-axis of the StructuralSurfaceMember's edge, of the result
See Also