Click or drag to resize

CurveStructuralReferenceOnOpeningEdge Constructor

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

Create information about a line force on the provided StructuralSurfaceMemberOpening

Namespace:  ModelExchanger.AnalysisDataModel.StructuralReferences.Curves
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public CurveStructuralReferenceOnOpeningEdge(
	StructuralSurfaceMemberOpening opening,
	int edge
)

Parameters

opening
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralSurfaceMemberOpening
The StructuralSurfaceMemberOpening on which the line force is applied
edge
Type: SystemInt32
The index of edge on the opening on which the line force is applied
See Also