|
FromGHValues Method (IReadOnlyListGH_Point)
|
remove wrapper from list of GH_Point
Namespace:
Karamba.GHopper.Utilities
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic static List<Point3> Values(
IReadOnlyList<GH_Point> in_gh_list
)
Public Shared Function Values (
in_gh_list As IReadOnlyList(Of GH_Point)
) As List(Of Point3)
public:
static List<Point3>^ Values(
IReadOnlyList<GH_Point^>^ in_gh_list
)
static member Values :
in_gh_list : IReadOnlyList<GH_Point> -> List<Point3>
Parameters
- in_gh_list
- Type: System.Collections.GenericIReadOnlyListGH_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
Type:
ListPoint3[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.FromGH.Values(System.Collections.Generic.IReadOnlyList{Grasshopper.Kernel.Types.GH_Point})"]
See Also