|
ModelBuilderAdd Method (IReadOnlyListFemMaterial)
|
Add materials to model. The first material is the default material.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected void Add(
IReadOnlyList<FemMaterial> in_materials
)
Protected Sub Add (
in_materials As IReadOnlyList(Of FemMaterial)
)
protected:
void Add(
IReadOnlyList<FemMaterial^>^ in_materials
)
member Add :
in_materials : IReadOnlyList<FemMaterial> -> unit
Parameters
- in_materials
- Type: System.Collections.GenericIReadOnlyListFemMaterial
materials to be added to the model.
See Also