Click or drag to resize

StructuralSurfaceActionFree Constructor

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

Create a free surface load

Namespace:  ModelExchanger.AnalysisDataModel.Loads
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public StructuralSurfaceActionFree(
	Guid id,
	string name,
	StructuralLoadCase loadCase,
	IReadOnlyList<Curve<Coordinate>> curves,
	IStructuralSurfaceActionFreeLoad load
)

Parameters

id
Type: SystemGuid
The ID of the object
name
Type: SystemString
The name of the object
loadCase
Type: ModelExchanger.AnalysisDataModel.LoadsStructuralLoadCase
Load case of structuralSurfaceActionFree
curves
Type: System.Collections.GenericIReadOnlyListCurveCoordinate
Shape of load structuralSurfaceActionFree
load
Type: ModelExchanger.AnalysisDataModel.Subtypes.LoadIStructuralSurfaceActionFreeLoad
Load definition of structuralSurfaceActionFree
See Also