Click or drag to resize

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

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

Note: This API is now obsolete.

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#
[ObsoleteAttribute("Obsolete since v1.7.0, please use ctor with only region parameter to create a surface load that acts on a region")]
public StructuralSurfaceAction(
	Guid id,
	string name,
	Pressure value,
	StructuralSurfaceMember surfaceMember,
	StructuralLoadCase loadCase,
	StructuralSurfaceMemberRegion region
)

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
surfaceMember
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralSurfaceMember
The StructuralSurfaceMember in which the provided StructuralSurfaceMemberRegion is defined
loadCase
Type: ModelExchanger.AnalysisDataModel.LoadsStructuralLoadCase
The StructuralLoadCase to which the load belongs
region
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralSurfaceMemberRegion
The StructuralSurfaceMemberRegion on which the load acts
See Also