Click or drag to resize

ToGHValues Method (IReadOnlyListIReadOnlyListVector3, GH_Path)

convert list of list of Vector3 to list of list of GH_Vector.

Namespace:  Karamba.GHopper.Utilities
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static DataTree<GH_Vector> Values(
	IReadOnlyList<IReadOnlyList<Vector3>> in_list,
	GH_Path out_path0
)

Parameters

in_list
Type: System.Collections.GenericIReadOnlyListIReadOnlyListVector3
input list of list of Vector3.
out_path0
Type: GH_Path
Path to start the DataTree with.

Return Value

Type: DataTreeGH_Vector

[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{System.Collections.Generic.IReadOnlyList{Karamba.Geometry.Vector3}},Grasshopper.Kernel.Data.GH_Path)"]

See Also