Click or drag to resize

GH_Load Class

Grasshopper wrapper for loads.
Inheritance Hierarchy
SystemObject
  GH_GooLoad
    Karamba.GHopper.LoadsGH_Load

Namespace:  Karamba.GHopper.Loads
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public class GH_Load : GH_Goo<Load>

The GH_Load type exposes the following members.

Constructors
  NameDescription
Public methodGH_Load
Initializes a new instance of the GH_Load class
Public methodGH_Load(Guid)
Initializes a new instance of the GH_Load class
Public methodGH_Load(GH_Load)
Initializes a new instance of the GH_Load class
Public methodGH_Load(Load)
Initializes a new instance of the GH_Load class
Top
Properties
  NameDescription
Public propertyIsValid (Overrides GH_Goo.IsValid.)
Public propertyIsValidWhyNot (Inherited from GH_GooLoad.)
Public propertyTypeDescription (Overrides GH_Goo.TypeDescription.)
Public propertyTypeName (Overrides GH_Goo.TypeName.)
Public propertyValue (Inherited from GH_GooLoad.)
Top
Methods
  NameDescription
Public methodBakeGeometry
Public methodCastFrom (Overrides GH_Goo.CastFrom(Object).)
Public methodCastTo``1 (Inherited from GH_GooLoad.)
Public methodDrawViewportMeshes
Public methodDrawViewportWires
Public methodDuplicate (Overrides GH_Goo.Duplicate.)
Public methodDuplicateGravity
Public methodEmitProxy (Overrides GH_Goo.EmitProxy.)
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 methodRead (Overrides GH_Goo.Read(GH_IReader).)
Public methodScriptVariable (Inherited from GH_GooLoad.)
Public methodToString (Overrides GH_Goo.ToString.)
Public methodWrite (Overrides GH_Goo.Write(GH_IWriter).)
Top
Fields
  NameDescription
Protected fieldm_value (Inherited from GH_GooLoad.)
Top
See Also