Click or drag to resize

GH_CrossSection Class

Grasshopper wrapper class for karamba cross sections
Inheritance Hierarchy
SystemObject
  GH_GooCroSec
    Karamba.GHopper.CrossSectionsGH_CrossSection

Namespace:  Karamba.GHopper.CrossSections
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public class GH_CrossSection : GH_Goo<CroSec>

The GH_CrossSection type exposes the following members.

Constructors
  NameDescription
Public methodGH_CrossSection
Initializes a new instance of the GH_CrossSection class
Public methodGH_CrossSection(Guid)
Initializes a new instance of the GH_CrossSection class
Public methodGH_CrossSection(CroSec)
Initializes a new instance of the GH_CrossSection class
Public methodGH_CrossSection(GH_CrossSection)
Initializes a new instance of the GH_CrossSection class
Top
Properties
  NameDescription
Public propertyIsValid (Overrides GH_Goo.IsValid.)
Public propertyIsValidWhyNot
Gets a string describing the state of "invalidness". If the instance is valid, then this property should return Nothing or String.Empty.
(Inherited from GH_GooCroSec.)
Public propertyTypeDescription (Overrides GH_Goo.TypeDescription.)
Public propertyTypeName (Overrides GH_Goo.TypeName.)
Public propertyValue
Gets or sets the internal data.
(Inherited from GH_GooCroSec.)
Top
Methods
  NameDescription
Public methodCastFrom (Overrides GH_Goo.CastFrom(Object).)
Public methodCastTo``1
Attempt a cast to type Q.
(Inherited from GH_GooCroSec.)
Public methodDuplicate (Overrides GH_Goo.Duplicate.)
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
This function will be called when the local IGH_Goo instance disappears into a user Script. This would be an excellent place to cast your IGH_Goo type to a simple data type.
(Inherited from GH_GooCroSec.)
Public methodToString (Overrides GH_Goo.ToString.)
Public methodWrite (Overrides GH_Goo.Write(GH_IWriter).)
Top
Fields
  NameDescription
Protected fieldm_value (Inherited from GH_GooCroSec.)
Top
See Also