Click or drag to resize

ToGH Class

Converts lists of objects into equivalent GH-objects (wraps them)
Inheritance Hierarchy
SystemObject
  Karamba.GHopper.UtilitiesToGH

Namespace:  Karamba.GHopper.Utilities
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public class ToGH

The ToGH type exposes the following members.

Constructors
  NameDescription
Public methodToGH
Initializes a new instance of the ToGH class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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(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(IReadOnlyListIReadOnlyListLine3, IGH_DataAccess)
convert list of FemMaterials to list of GH_Material
Top
See Also