ToGHValues(IReadOnlyListListPolyLine3) Method

convert list of list of Line to list of list of GH_Line.

Definition

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

Parameters

inList  IReadOnlyListListPolyLine3

[Missing <param name="inList"/> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{System.Collections.Generic.List{Karamba.Geometry.PolyLine3}})"]

Return Value

ListListGH_Curve
list of a list of wrapped curves.

See Also