StructuralPointActionFree Constructor (Guid, String, StructuralLoadCase, Force, Length, Length, Length) |
[This is preliminary documentation and is subject to change.]
Create a free point load with a given value, which belongs to the provided
StructuralLoadCase and which is defined by the given X, Y and Z values
Namespace:
ModelExchanger.AnalysisDataModel.Loads
Assembly:
ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax public StructuralPointActionFree(
Guid id,
string name,
StructuralLoadCase loadCase,
Force value,
Length locationX,
Length locationY,
Length locationZ
)
Parameters
- id
- Type: SystemGuid
The ID of the object - name
- Type: SystemString
The name of the object - loadCase
- Type: ModelExchanger.AnalysisDataModel.LoadsStructuralLoadCase
The StructuralLoadCase to which the free point load belongs - value
- Type: Force
The value of the free point load - locationX
- Type: Length
The X value - locationY
- Type: Length
The Y value - locationZ
- Type: Length
The Z value
See Also