Click or drag to resize

DistributedLoadTryComputeValueFromPosition Method

Compute the value of the DistributedLoad at the given position.

Namespace:  Karamba.Loads.Beam
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public bool TryComputeValueFromPosition(
	double position,
	out double value,
	out bool isOnLoadPosition
)

Parameters

position
Type: SystemDouble
The position of the value to compute.
value
Type: SystemDouble
The computed value of the load at position.
isOnLoadPosition
Type: SystemBoolean
True if the given position coincides with a load-collocation point.

Return Value

Type: Boolean
if the given position is valid. otherwise and value will be NaN.
See Also