Eyeshot 10 WinForms API Reference
CalcMaterialPropertyMatrix Method

WinForms Assembly > devDept.Graphics Namespace > Material Class : CalcMaterialPropertyMatrix Method
Number of dimensions
2D element type
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

Reference

Material Class
Material Members