Click or drag to resize

Material_DefaultaddTo Method

Adds the default materials to the given list of materials and set their index.

Namespace:  Karamba.Materials
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void addTo(
	List<FemMaterial> materials
)

Parameters

materials
Type: System.Collections.GenericListFemMaterial
List of materials where materials are added.
See Also