Click or drag to resize

ToGHValues Method (IReadOnlyListBuilderBeam)

convert list of GrassBeam to list of GH_Element

Namespace:  Karamba.GHopper.Utilities
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public static List<GH_Element> Values(
	IReadOnlyList<BuilderBeam> in_list
)

Parameters

in_list
Type: System.Collections.GenericIReadOnlyListBuilderBeam

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

Return Value

Type: ListGH_Element

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

See Also