FemMaterialsetMaterialPropertiesInSIUnits Method
set the material properties.
Namespace: Karamba.MaterialsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public abstract void setMaterialPropertiesInSIUnits(
string _family,
string _name,
List<double> properties,
bool user_defined
)
Public MustOverride Sub setMaterialPropertiesInSIUnits (
_family As String,
_name As String,
properties As List(Of Double),
user_defined As Boolean
)
public:
virtual void setMaterialPropertiesInSIUnits(
String^ _family,
String^ _name,
List<double>^ properties,
bool user_defined
) abstract
abstract setMaterialPropertiesInSIUnits :
_family : string *
_name : string *
properties : List<float> *
user_defined : bool -> unit
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.