Click or drag to resize

PointMass Constructor (Point3, 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(
	Point3 pos,
	double m,
	double rho
)

Parameters

pos
Type: Karamba.GeometryPoint3
position of the point-mass.
m
Type: SystemDouble
mass in kg.
rho
Type: SystemDouble
density of the mass for drawing a representative volume.
See Also