Mesh.GetMass Method

Public Function GetMass( _ 
ByVal material As Material, _ 
ByVal linearUnits As linearUnitsType, _ 
ByVal massUnits As massUnitsType, _ 
ByRef convertedDensity As Double
) As Double
This language is not supported or no code example is available.
public double GetMass( 
Material material
linearUnitsType linearUnits
massUnitsType massUnits
out double convertedDensity 
)
This language is not supported or no code example is available.

Parameters

material
Material

linearUnits
linearUnitsType

massUnits
massUnitsType

convertedDensity
double

Return Value

double

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition