Click or drag to resize

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)
Syntax
public PointMass(
	int ID,
	double m,
	double rho
)

Parameters

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