Click or drag to resize

FromGH Class

Removes GH-wrappers from lists of elements
Inheritance Hierarchy
SystemObject
  Karamba.GHopper.UtilitiesFromGH

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

The FromGH type exposes the following members.

Constructors
  NameDescription
Public methodFromGH
Initializes a new instance of the FromGH 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(GH_StructureGH_Number)
remove wrapper from data tree of GH_Number
Public methodStatic memberValues(IReadOnlyListGH_Boolean)
remove wrapper from list of GH_Boolean
Public methodStatic memberValues(IReadOnlyListGH_Colour)
remove wrapper from list of GH_Colour
Public methodStatic memberValues(IReadOnlyListGH_Curve)
remove wrapper from list of GH_Curve
Public methodStatic memberValues(IReadOnlyListGH_Integer)
remove wrapper from list of GH_Integer
Public methodStatic memberValues(IReadOnlyListGH_Line)
remove wrapper from list of GH_Curve
Public methodStatic memberValues(IReadOnlyListGH_Mesh)
remove wrapper from list of GH_Mesh
Public methodStatic memberValues(IReadOnlyListGH_Number)
remove wrapper from list of GH_Number
Public methodStatic memberValues(IReadOnlyListGH_Point)
remove wrapper from list of GH_Point
Public methodStatic memberValues(IReadOnlyListGH_String)
remove wrapper from list of GH_String
Public methodStatic memberValues(IReadOnlyListGH_Vector)
remove wrapper from list of GH_Vector
Public methodStatic memberValues(IReadOnlyListGH_CrossSection)
remove wrapper from list of GH_CrossSection
Public methodStatic memberValues(IReadOnlyListGH_Element)
remove wrapper from list of GH_Element
Public methodStatic memberValues(IReadOnlyListGH_ElemSet)
remove wrapper from list of GH_BeamSet
Public methodStatic memberValues(GH_StructureGH_FemMaterial)
remove wrapper from data tree of GH_FemMaterial
Public methodStatic memberValues(IReadOnlyListGH_FemMaterial)
remove wrapper from list of GH_FemMaterial
Public methodStatic memberValues(IReadOnlyListGH_Joint)
remove wrapper from list of GH_CrossSection
Public methodStatic memberValues(IReadOnlyListGH_Load)
remove wrapper from list of GH_Load
Public methodStatic memberValues(IReadOnlyListGH_Mapping)
remove wrapper from list of GH_Mesh
Public methodStatic memberValues(IReadOnlyListGH_Support)
remove wrapper from list of GH_Support
Top
See Also