Mesh_DistributedForcescaledBy Method

Clones, scales and returns this.

Definition

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

Parameters

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

Return Value

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

See Also