Click or drag to resize

DistributedLoadLoadPositionValue Constructor (Double, Double)

Namespace:  Karamba.Loads.Beam
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public LoadPositionValue(
	double pos,
	double val = 0
)

Parameters

pos
Type: SystemDouble
position of the load as a parameter value between 0 and 1.
val (Optional)
Type: SystemDouble
value of the load at the given position.
See Also