|
FromGHValues Method (IReadOnlyListGH_Line)
|
remove wrapper from list of GH_Curve.
Namespace:
Karamba.GHopper.Utilities
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic static List<Line3> Values(
IReadOnlyList<GH_Line> in_gh_list
)
Public Shared Function Values (
in_gh_list As IReadOnlyList(Of GH_Line)
) As List(Of Line3)
public:
static List<Line3>^ Values(
IReadOnlyList<GH_Line^>^ in_gh_list
)
static member Values :
in_gh_list : IReadOnlyList<GH_Line> -> List<Line3>
Parameters
- in_gh_list
- Type: System.Collections.GenericIReadOnlyListGH_Line
[Missing <param name="in_gh_list"/> documentation for "M:Karamba.GHopper.Utilities.FromGH.Values(System.Collections.Generic.IReadOnlyList{Grasshopper.Kernel.Types.GH_Line})"]
Return Value
Type:
ListLine3[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.FromGH.Values(System.Collections.Generic.IReadOnlyList{Grasshopper.Kernel.Types.GH_Line})"]
See Also