Click or drag to resize

StructuralPointActionTPointStructuralReference Constructor

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

Create a point force with provided value on the provided structural element

Namespace:  ModelExchanger.AnalysisDataModel.Loads
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public StructuralPointAction(
	Guid id,
	string name,
	Force value,
	StructuralLoadCase loadCase,
	PointForceAction forceAction,
	TPointStructuralReference reference
)

Parameters

id
Type: SystemGuid
The ID of the object
name
Type: SystemString
The name of the object
value
Type: Force
The value of the point force
loadCase
Type: ModelExchanger.AnalysisDataModel.LoadsStructuralLoadCase
The StructuralLoadCase to which this load is assigned
forceAction
Type: ModelExchanger.AnalysisDataModel.EnumsPointForceAction
The kind of load
reference
Type: TPointStructuralReference
Object containing reference information of the structural element on which the load is applied
See Also