Click or drag to resize

FromGHValues Method (IReadOnlyListGH_CrossSection)

remove wrapper from list of GH_CrossSection.

Namespace:  Karamba.GHopper.Utilities
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static List<CroSec> Values(
	IReadOnlyList<GH_CrossSection> in_gh_list
)

Parameters

in_gh_list
Type: System.Collections.GenericIReadOnlyListGH_CrossSection

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

Return Value

Type: ListCroSec

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

See Also