Click or drag to resize

ToGHValues Method (IReadOnlyListLine)

convert list of Line to list of GH_Line.

Namespace:  Karamba.GHopper.Utilities
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static List<GH_Line> Values(
	IReadOnlyList<Line> in_list
)

Parameters

in_list
Type: System.Collections.GenericIReadOnlyListLine

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

Return Value

Type: ListGH_Line

[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{Rhino.Geometry.Line})"]

See Also