Mesh_PointLoadscaledBy Method
Clones this, sets the load-case name of other load to the one cloned, then scale.
Namespace: Karamba.LoadsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public Mesh_PointLoad scaledBy(
double scale,
MeshLoad other
)
Public Function scaledBy (
scale As Double,
other As MeshLoad
) As Mesh_PointLoad
public:
Mesh_PointLoad^ scaledBy(
double scale,
MeshLoad^ other
)
member scaledBy :
scale : float *
other : MeshLoad -> Mesh_PointLoad
- scale Double
- scaling factor for load.
- other MeshLoad
- other load-case from which to take the load-case index and name.
Mesh_PointLoadScaled clone of this with load-case name of other.