|
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)
Syntaxpublic Object scaledBy(
double scale,
Load other
)
Public Function scaledBy (
scale As Double,
other As Load
) As Object
public:
Object^ scaledBy(
double scale,
Load^ other
)
member scaledBy :
scale : float *
other : Load -> Object
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:
ObjectScaled clone of this with load-case name of other.
See Also