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