Click or drag to resize

StructuralSurfaceActionFreeLoadSharedOneDirectionTCoordinate Constructor (SurfaceDistribution, LoadInPointSharedTCoordinate, LoadInPointSharedTCoordinate)

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

Creates new free surface one 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 StructuralSurfaceActionFreeLoadSharedOneDirection(
	SurfaceDistribution distribution,
	LoadInPointShared<TCoordinate> valueFirst,
	LoadInPointShared<TCoordinate> valueSecond
)

Parameters

distribution
Type: ModelExchanger.Shared.Models.EnumsSurfaceDistribution
Distribution type only DirectionX and DirectionY are valid
valueFirst
Type: ModelExchanger.Shared.Models.LoadsLoadInPointSharedTCoordinate
Load with location first
valueSecond
Type: ModelExchanger.Shared.Models.LoadsLoadInPointSharedTCoordinate
Load with location second
See Also