FromGHValues(IReadOnlyListGH_Point) Method

remove wrapper from list of GH_Point.

Definition

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

Parameters

in_gh_list  IReadOnlyListGH_Point

[Missing <param name="in_gh_list"/> documentation for "M:Karamba.GHopper.Utilities.FromGH.Values(System.Collections.Generic.IReadOnlyList{Grasshopper.Kernel.Types.GH_Point})"]

Return Value

ListPoint3

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

See Also