Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / Material Class / CalcMaterialPropertyMatrix Method
Number of dimensions
2D element type

In This Topic
    CalcMaterialPropertyMatrix Method
    In This Topic
    Updates the D matrix for this material (FEM).
    Syntax
    'Declaration
     
    Public Overridable Sub CalcMaterialPropertyMatrix( _
       ByVal numberOfDimensions As Integer, _
       ByVal elType As elementType _
    ) 
    public virtual void CalcMaterialPropertyMatrix( 
       int numberOfDimensions,
       elementType elType
    )

    Parameters

    numberOfDimensions
    Number of dimensions
    elType
    2D element type
    See Also