Material.CalcMaterialPropertyMatrix Method

Updates the D matrix for this material (FEM).
Public Overridable Sub CalcMaterialPropertyMatrix( _ 
ByVal numberOfDimensions As Integer, _ 
ByVal elType As elementType
)
This language is not supported or no code example is available.
public virtual void CalcMaterialPropertyMatrix( 
int numberOfDimensions
elementType elType 
)
This language is not supported or no code example is available.

Parameters

numberOfDimensions
int

Number of dimensions

elType
elementType

2D element type

.NET Framework

Supported in: 4.8

In this article

Definition