Click or drag to resize

ToGHValues Method (IReadOnlyListVector3)

convert list of Vector3d to list of GH_Vector

Namespace:  Karamba.GHopper.Utilities
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public static List<GH_Vector> Values(
	IReadOnlyList<Vector3> in_list
)

Parameters

in_list
Type: System.Collections.GenericIReadOnlyListVector3

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

Return Value

Type: ListGH_Vector

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

See Also