Click or drag to resize

StructuralSurfaceAction Constructor (Guid, String, Pressure, StructuralSurfaceMemberRegion, StructuralLoadCase)

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

Create a load with the provided value on the provided StructuralSurfaceMemberRegion which belongs to the provided StructuralLoadCase

Namespace:  ModelExchanger.AnalysisDataModel.Loads
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public StructuralSurfaceAction(
	Guid id,
	string name,
	Pressure value,
	StructuralSurfaceMemberRegion region,
	StructuralLoadCase loadCase
)

Parameters

id
Type: SystemGuid
The ID of the object
name
Type: SystemString
The name of the object
value
Type: Pressure
The value of the load
region
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralSurfaceMemberRegion
The StructuralSurfaceMemberRegion on which the load acts
loadCase
Type: ModelExchanger.AnalysisDataModel.LoadsStructuralLoadCase
The StructuralLoadCase to which the load belongs
See Also