Click or drag to resize

ToGHValues Method

Overload List
  NameDescription
Public methodStatic memberValues(IReadOnlyListCurve)
convert list of Curve to list of GH_Curve.
Public methodStatic memberValues(IReadOnlyListLine)
convert list of Line to list of GH_Line.
Public methodStatic memberValues(IReadOnlyListDouble)
convert list of double to list of GH_Number.
Public methodStatic memberValues(IReadOnlyListString)
convert list of strings to list of GH_String.
Public methodStatic memberValues(IReadOnlyListBuilderBeam)
convert list of GrassBeam to list of GH_Element.
Public methodStatic memberValues(IReadOnlyListBuilderShell)
convert list of GrassShell to list of GH_Element.
Public methodStatic memberValues(IReadOnlyListCroSec)
convert list of cross sections to list of GH_CroSecs.
Public methodStatic memberValues(IReadOnlyListFemMaterial)
convert list of FemMaterials to list of GH_Material.
Public methodStatic memberValues(IReadOnlyListIMesh)
convert list of Mesh to list of GH_Mesh.
Public methodStatic memberValues(IReadOnlyListJoint)
convert list of cross sections to list of GH_Joint.
Public methodStatic memberValues(IReadOnlyListLine3)
convert list of Line to list of GH_Line.
Public methodStatic memberValues(IReadOnlyListLoad)
convert list of loads to list of GH_Loads.
Public methodStatic memberValues(IReadOnlyListMesh3)
convert list of Mesh to list of GH_Mesh.
Public methodStatic memberValues(IReadOnlyListPoint3)
convert list of Point3d to list of GH_Point.
Public methodStatic memberValues(IReadOnlyListPolyLine3)
convert list of Line to list of GH_Line.
Public methodStatic memberValues(IReadOnlyListListPolyLine3)
convert list of list of Line to list of list of GH_Line.
Public methodStatic memberValues(IReadOnlyListSupport)
convert list of supports to list of GH_Supports.
Public methodStatic memberValues(IReadOnlyListVector3)
convert list of Vector3d to list of GH_Vector.
Public methodStatic memberValues(IReadOnlyListIReadOnlyListDouble, GH_Path)
convert list of list of double to list of list of GH_Number.
Public methodStatic memberValues(IReadOnlyListIReadOnlyListString, GH_Path)
convert list of list of double to list of list of GH_Number.
Public methodStatic memberValues(IReadOnlyListIReadOnlyListLine3, GH_Path)
convert list of FemMaterials to list of GH_Material.
Public methodStatic memberValues(IReadOnlyListIReadOnlyListVector3, GH_Path)
convert list of list of Vector3 to list of list of GH_Vector.
Top
See Also