|
ToGHValues Method (IReadOnlyListListPolyLine3)
|
convert list of list of Line to list of list of GH_Line.
Namespace:
Karamba.GHopper.Utilities
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic static List<List<GH_Curve>> Values(
IReadOnlyList<List<PolyLine3>> in_list
)
Public Shared Function Values (
in_list As IReadOnlyList(Of List(Of PolyLine3))
) As List(Of List(Of GH_Curve))
public:
static List<List<GH_Curve^>^>^ Values(
IReadOnlyList<List<PolyLine3^>^>^ in_list
)
static member Values :
in_list : IReadOnlyList<List<PolyLine3>> -> List<List<GH_Curve>>
Parameters
- in_list
- Type: System.Collections.GenericIReadOnlyListListPolyLine3
[Missing <param name="in_list"/> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{System.Collections.Generic.List{Karamba.Geometry.PolyLine3}})"]
Return Value
Type:
ListListGH_Curve[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{System.Collections.Generic.List{Karamba.Geometry.PolyLine3}})"]
See Also