Click or drag to resize

ToGHValues Method (IReadOnlyListJoint)

convert list of cross sections to list of GH_Joint.

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

Parameters

in_list
Type: System.Collections.GenericIReadOnlyListJoint

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

Return Value

Type: ListGH_Joint

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

See Also