Click or drag to resize

ToGHValues Method (IReadOnlyListPoint3)

convert list of Point3d to list of GH_Point.

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

Parameters

in_list
Type: System.Collections.GenericIReadOnlyListPoint3

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

Return Value

Type: ListGH_Point

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

See Also