Click or drag to resize

StructuralSurfaceActionThermal Constructor (Guid, String, StructuralSurfaceMember, StructuralSurfaceMemberRegion, StructuralLoadCase, Temperature, Temperature)

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

Creates a linear thermal load on a StructuralSurfaceMemberRegion

Namespace:  ModelExchanger.AnalysisDataModel.Loads
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public StructuralSurfaceActionThermal(
	Guid id,
	string name,
	StructuralSurfaceMember member2d,
	StructuralSurfaceMemberRegion member2dRegion,
	StructuralLoadCase loadCase,
	Temperature value,
	Temperature value2
)

Parameters

id
Type: SystemGuid
The ID of the object
name
Type: SystemString
The name of the object
member2d
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralSurfaceMember
The StructuralSurfaceMember on which the StructuralSurfaceMemberRegion is defined
member2dRegion
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralSurfaceMemberRegion
The StructuralSurfaceMemberRegion on which the load is applied
loadCase
Type: ModelExchanger.AnalysisDataModel.LoadsStructuralLoadCase
The StructuralLoadCase to which the load belongs
value
Type: Temperature
The first size of the load
value2
Type: Temperature
The second size of the load
See Also