Click or drag to resize

StructuralPointActionFree Constructor (Guid, String, StructuralLoadCase, Force, Force, Force, Length, Length, Length)

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

Create a free point load with a given direction vector, 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
C#
public StructuralPointActionFree(
	Guid id,
	string name,
	StructuralLoadCase loadCase,
	Force directionX,
	Force directionY,
	Force directionZ,
	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
directionX
Type: Force
The value of the free point load on the local X axis
directionY
Type: Force
The value of the free point load on the local Y axis
directionZ
Type: Force
The value of the free point load on the local Z axis
locationX
Type: Length
The X value
locationY
Type: Length
The Y value
locationZ
Type: Length
The Z value
See Also