FemMaterialsetMaterialPropertiesInSIUnits Method

set the material properties.

Definition

Namespace: Karamba.Materials
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public abstract void setMaterialPropertiesInSIUnits(
	string _family,
	string _name,
	List<double> properties,
	bool user_defined
)

Parameters

_family  String
family name of the material.
_name  String
name of the material.
properties  ListDouble
list of numbers with which to fill the material properties.
user_defined  Boolean
true if the materials are provided by the user, otherwise they are e.g. default properties.

See Also