Click or drag to resize

CurveStructuralReferenceOnSubregionEdge Constructor

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

Create information about a line force on the provided StructuralSurfaceMemberRegion

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

Parameters

subRegion
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralSurfaceMemberRegion
The StructuralSurfaceMemberRegion on which the line force is applied
edge
Type: SystemInt32
The index of edge on the sub region on which the line force is applied
See Also