|
PointMass Constructor (Int32, Double, Double)
|
Initializes a new instance of the
PointMass class.
create new point-mass.
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic PointMass(
int ID,
double m,
double rho
)
Public Sub New (
ID As Integer,
m As Double,
rho As Double
)
public:
PointMass(
int ID,
double m,
double rho
)
new :
ID : int *
m : float *
rho : float -> PointMassParameters
- ID
- Type: SystemInt32
index ot the node where to place the point-mass. - m
- Type: SystemDouble
mass in kg. - rho
- Type: SystemDouble
density of the mass for drawing a representative volume.
See Also