Click or drag to resize

ToGHValues Method (IReadOnlyListLine3)

convert list of Line to list of GH_Line

Namespace:  Karamba.GHopper.Utilities
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public static List<GH_Line> Values(
	IReadOnlyList<Line3> in_list
)

Parameters

in_list
Type: System.Collections.GenericIReadOnlyListLine3

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

Return Value

Type: ListGH_Line

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

See Also