Mesh_PointLoadscaledBy Method

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

Definition

Namespace: Karamba.Loads
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public Mesh_PointLoad scaledBy(
	double scale,
	MeshLoad other
)

Parameters

scale  Double
scaling factor for load.
other  MeshLoad
other load-case from which to take the load-case index and name.

Return Value

Mesh_PointLoad
Scaled clone of this with load-case name of other.

See Also