|
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)
Syntaxpublic static DataTree<GH_Vector> Values(
IReadOnlyList<IReadOnlyList<Vector3>> in_list,
GH_Path out_path0
)
Public Shared Function Values (
in_list As IReadOnlyList(Of IReadOnlyList(Of Vector3)),
out_path0 As GH_Path
) As DataTree(Of GH_Vector)
public:
static DataTree<GH_Vector^>^ Values(
IReadOnlyList<IReadOnlyList<Vector3>^>^ in_list,
GH_Path^ out_path0
)
static member Values :
in_list : IReadOnlyList<IReadOnlyList<Vector3>> *
out_path0 : GH_Path -> DataTree<GH_Vector>
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