Click or drag to resize

StructuralSurfaceActionFreeLoadSharedTwoDirectionsTCoordinate Constructor (LoadInPointSharedTCoordinate, LoadInPointSharedTCoordinate, LoadInPointSharedTCoordinate)

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

Creates new free surface two direction load

Namespace:  ModelExchanger.Shared.Models.Loads
Assembly:  ModelExchanger.Shared.Models (in ModelExchanger.Shared.Models.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public StructuralSurfaceActionFreeLoadSharedTwoDirections(
	LoadInPointShared<TCoordinate> valueFirst,
	LoadInPointShared<TCoordinate> valueSecond,
	LoadInPointShared<TCoordinate> valueThird
)

Parameters

valueFirst
Type: ModelExchanger.Shared.Models.LoadsLoadInPointSharedTCoordinate
Load with location first
valueSecond
Type: ModelExchanger.Shared.Models.LoadsLoadInPointSharedTCoordinate
Load with location second
valueThird
Type: ModelExchanger.Shared.Models.LoadsLoadInPointSharedTCoordinate
Load with location third
See Also