Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Interface IMassProp

Last update: 16.07.2025

Namespace: 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(object, LinkPropertyType)

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

Connect with Ansys