FromGH Class

Removes GH-wrappers from lists of elements.

Definition

Namespace: Karamba.GHopper.Utilities
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public class FromGH
Inheritance
Object    FromGH

Constructors

FromGH Initializes a new instance of the FromGH class

Methods

Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
ToString Returns a string that represents the current object.
(Inherited from Object)
Values(GH_StructureGH_Number) remove wrapper from data tree of GH_Number.
Values(GH_StructureGH_FemMaterial) remove wrapper from data tree of GH_FemMaterial.
Values(IReadOnlyListGH_Boolean) remove wrapper from list of GH_Boolean.
Values(IReadOnlyListGH_Colour) remove wrapper from list of GH_Colour.
Values(IReadOnlyListGH_Curve) remove wrapper from list of GH_Curve.
Values(IReadOnlyListGH_Integer) remove wrapper from list of GH_Integer.
Values(IReadOnlyListGH_Line) remove wrapper from list of GH_Curve.
Values(IReadOnlyListGH_Mesh) remove wrapper from list of GH_Mesh.
Values(IReadOnlyListGH_Number) remove wrapper from list of GH_Number.
Values(IReadOnlyListGH_Point) remove wrapper from list of GH_Point.
Values(IReadOnlyListGH_String) remove wrapper from list of GH_String.
Values(IReadOnlyListGH_Vector) remove wrapper from list of GH_Vector.
Values(IReadOnlyListGH_CrossSection) remove wrapper from list of GH_CrossSection.
Values(IReadOnlyListGH_Element) remove wrapper from list of GH_Element.
Values(IReadOnlyListGH_ElemSet) remove wrapper from list of GH_BeamSet.
Values(IReadOnlyListGH_Joint) remove wrapper from list of GH_CrossSection.
Values(IReadOnlyListGH_Load) remove wrapper from list of GH_Load.
Values(IReadOnlyListGH_FemMaterial) remove wrapper from list of GH_FemMaterial.
Values(IReadOnlyListGH_Support) remove wrapper from list of GH_Support.
Values(IReadOnlyListGH_Mapping) remove wrapper from list of GH_Mesh.

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also