Click or drag to resize

PointLoadscaledBy Method

Clones this, sets the load-case name of other load to the one cloned, then scale.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Object scaledBy(
	double scale,
	Load other
)

Parameters

scale
Type: SystemDouble
scaling factor for load.
other
Type: Karamba.LoadsLoad
other load-case from which to take the load-case index and name.

Return Value

Type: Object
Scaled clone of this with load-case name of other.
See Also