|
PointLoad Constructor (PointLoad)
|
Initializes a new instance of the
PointLoad class.
copy constructor for point-load.
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic PointLoad(
PointLoad other
)
Public Sub New (
other As PointLoad
)
public:
PointLoad(
PointLoad^ other
)
new :
other : PointLoad -> PointLoad
Parameters
- other
- Type: Karamba.LoadsPointLoad
point-load to be copied.
See Also