Click or drag to resize

FemMaterialsetMaterialPropertiesInSIUnits Method

set the material properties

Namespace:  Karamba.Materials
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract void setMaterialPropertiesInSIUnits(
	string _family,
	string _name,
	List<double> properties,
	bool user_defined
)

Parameters

_family
Type: SystemString
family name of the material
_name
Type: SystemString
name of the material
properties
Type: System.Collections.GenericListDouble
list of numbers with which to fill the material properties
user_defined
Type: SystemBoolean
true if the materials are provided by the user, otherwise they are e.g. default properties
See Also