FromGHValues(IReadOnlyListGH_Line) Method

remove wrapper from list of GH_Curve.

Definition

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

Parameters

in_gh_list  IReadOnlyListGH_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

ListLine3

[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.FromGH.Values(System.Collections.Generic.IReadOnlyList{Grasshopper.Kernel.Types.GH_Line})"]

See Also