Click or drag to resize

ToGHValues Method (IReadOnlyListLoad)

convert list of loads to list of GH_Loads.

Namespace:  Karamba.GHopper.Utilities
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static List<GH_Load> Values(
	IReadOnlyList<Load> in_list
)

Parameters

in_list
Type: System.Collections.GenericIReadOnlyListLoad

[Missing <param name="in_list"/> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{Karamba.Loads.Load})"]

Return Value

Type: ListGH_Load

[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{Karamba.Loads.Load})"]

See Also