PointLoad(PointLoad) Constructor
Initializes a new instance of the
PointLoad class.
copy constructor for point-load.
Namespace: Karamba.LoadsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public PointLoad(
PointLoad other
)
Public Sub New (
other As PointLoad
)
public:
PointLoad(
PointLoad^ other
)
new :
other : PointLoad -> PointLoad
Parameters
- other PointLoad
- point-load to be copied.