Interface IMassProp
Last update: 16.07.2025Namespace: VM.Managed
Assembly: VMAppCore.dll
This interface is to represent the mass property.
public interface IMassProp
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Methods
GetMassProp(ref double, VectorBase, OMatrix, double[], bool)
Gets the mass property.
void GetMassProp(ref double dMass, VectorBase vecCenterPosition, OMatrix vecOrientation, double[] arTensor, bool bGlobal)
Parameters
dMass double
The mass.
vecCenterPosition VectorBase
The center position.
vecOrientation OMatrix
The orientation.
arTensor double[]
The tensor.
bGlobal bool
SetMassProp(double, VectorBase, OMatrix, double[], bool)
Sets the mass property.
void SetMassProp(double dMass, VectorBase vecCenterPosition, OMatrix vecOrientation, double[] arTensor, bool bGlobal)
Parameters
dMass double
The mass.
vecCenterPosition VectorBase
The center position.
vecOrientation OMatrix
The orientation.
arTensor double[]
The tensor.
bGlobal bool