Click or drag to resize

GHUtilsreadMaterialDataFromComponent Method (ListIGH_Goo, ListString, ListFemMaterial)

[Missing <summary> documentation for "M:Karamba.GHopper.Utilities.GHUtils.readMaterialDataFromComponent(System.Collections.Generic.List{Grasshopper.Kernel.Types.IGH_Goo},System.Collections.Generic.List{System.String}@,System.Collections.Generic.List{Karamba.Materials.FemMaterial}@)"]

Namespace:  Karamba.GHopper.Utilities
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static void readMaterialDataFromComponent(
	List<IGH_Goo> in_gh_materials,
	out List<string> material_ids,
	out List<FemMaterial> materials
)

Parameters

in_gh_materials
Type: System.Collections.GenericListIGH_Goo

[Missing <param name="in_gh_materials"/> documentation for "M:Karamba.GHopper.Utilities.GHUtils.readMaterialDataFromComponent(System.Collections.Generic.List{Grasshopper.Kernel.Types.IGH_Goo},System.Collections.Generic.List{System.String}@,System.Collections.Generic.List{Karamba.Materials.FemMaterial}@)"]

material_ids
Type: System.Collections.GenericListString

[Missing <param name="material_ids"/> documentation for "M:Karamba.GHopper.Utilities.GHUtils.readMaterialDataFromComponent(System.Collections.Generic.List{Grasshopper.Kernel.Types.IGH_Goo},System.Collections.Generic.List{System.String}@,System.Collections.Generic.List{Karamba.Materials.FemMaterial}@)"]

materials
Type: System.Collections.GenericListFemMaterial

[Missing <param name="materials"/> documentation for "M:Karamba.GHopper.Utilities.GHUtils.readMaterialDataFromComponent(System.Collections.Generic.List{Grasshopper.Kernel.Types.IGH_Goo},System.Collections.Generic.List{System.String}@,System.Collections.Generic.List{Karamba.Materials.FemMaterial}@)"]

See Also