Mesh_DistributedForcescaledBy Method
Clones, scales and returns this.
Namespace: Karamba.LoadsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public Mesh_DistributedForce scaledBy(
double scale,
MeshLoad other
)
Public Function scaledBy (
scale As Double,
other As MeshLoad
) As Mesh_DistributedForce
public:
Mesh_DistributedForce^ scaledBy(
double scale,
MeshLoad^ other
)
member scaledBy :
scale : float *
other : MeshLoad -> Mesh_DistributedForce
- scale Double
- Scaling factor.
- other MeshLoad
- Other load from which to take the load-case index and name.
Mesh_DistributedForceScaled clone of this with load-case name of other.