FromGHValues(IReadOnlyListGH_Element) Method

remove wrapper from list of GH_Element.

Definition

Namespace: Karamba.GHopper.Utilities
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static List<BuilderElement> Values(
	IReadOnlyList<GH_Element> in_gh_list
)

Parameters

in_gh_list  IReadOnlyListGH_Element

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

Return Value

ListBuilderElement

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

See Also