|
FromGHValues Method (IReadOnlyListGH_Joint)
|
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)
Syntaxpublic static List<Joint> Values(
IReadOnlyList<GH_Joint> in_gh_list
)
Public Shared Function Values (
in_gh_list As IReadOnlyList(Of GH_Joint)
) As List(Of Joint)
public:
static List<Joint^>^ Values(
IReadOnlyList<GH_Joint^>^ in_gh_list
)
static member Values :
in_gh_list : IReadOnlyList<GH_Joint> -> List<Joint>
Parameters
- in_gh_list
- Type: System.Collections.GenericIReadOnlyListGH_Joint
[Missing <param name="in_gh_list"/> documentation for "M:Karamba.GHopper.Utilities.FromGH.Values(System.Collections.Generic.IReadOnlyList{Karamba.GHopper.Joints.GH_Joint})"]
Return Value
Type:
ListJoint[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.FromGH.Values(System.Collections.Generic.IReadOnlyList{Karamba.GHopper.Joints.GH_Joint})"]
See Also