|
|
ToGHValues Method |
| Name | Description | |
|---|---|---|
| Values(IReadOnlyListCurve) |
convert list of Curve to list of GH_Curve.
| |
| Values(IReadOnlyListLine) |
convert list of Line to list of GH_Line.
| |
| Values(IReadOnlyListDouble) |
convert list of double to list of GH_Number.
| |
| Values(IReadOnlyListString) |
convert list of strings to list of GH_String.
| |
| Values(IReadOnlyListBuilderBeam) |
convert list of GrassBeam to list of GH_Element.
| |
| Values(IReadOnlyListBuilderShell) |
convert list of GrassShell to list of GH_Element.
| |
| Values(IReadOnlyListCroSec) |
convert list of cross sections to list of GH_CroSecs.
| |
| Values(IReadOnlyListFemMaterial) |
convert list of FemMaterials to list of GH_Material.
| |
| Values(IReadOnlyListIMesh) |
convert list of Mesh to list of GH_Mesh.
| |
| Values(IReadOnlyListJoint) |
convert list of cross sections to list of GH_Joint.
| |
| Values(IReadOnlyListLine3) |
convert list of Line to list of GH_Line.
| |
| Values(IReadOnlyListLoad) |
convert list of loads to list of GH_Loads.
| |
| Values(IReadOnlyListMesh3) |
convert list of Mesh to list of GH_Mesh.
| |
| Values(IReadOnlyListPoint3) |
convert list of Point3d to list of GH_Point.
| |
| Values(IReadOnlyListPolyLine3) |
convert list of Line to list of GH_Line.
| |
| Values(IReadOnlyListListPolyLine3) |
convert list of list of Line to list of list of GH_Line.
| |
| Values(IReadOnlyListSupport) |
convert list of supports to list of GH_Supports.
| |
| Values(IReadOnlyListVector3) |
convert list of Vector3d to list of GH_Vector.
| |
| Values(IReadOnlyListIReadOnlyListDouble, GH_Path) |
convert list of list of double to list of list of GH_Number.
| |
| Values(IReadOnlyListIReadOnlyListString, GH_Path) |
convert list of list of double to list of list of GH_Number.
| |
| Values(IReadOnlyListIReadOnlyListLine3, GH_Path) |
convert list of FemMaterials to list of GH_Material.
| |
| Values(IReadOnlyListIReadOnlyListVector3, GH_Path) |
convert list of list of Vector3 to list of list of GH_Vector.
|