Click or drag to resize

SubComponentT Class

Base class of all subcomponents.
Inheritance Hierarchy
SystemObject
  Karamba.GHopper.Utilities.UIWidgetsSubComponent
    Karamba.GHopper.Utilities.UIWidgetsSubComponentT
      More...

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public abstract class SubComponent<T> : SubComponent
where T : GH_SwitcherComponent

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Karamba.GHopper.Utilities.UIWidgets.SubComponent`1"]

The SubComponentT type exposes the following members.

Constructors
  NameDescription
Protected methodSubComponentT
Initializes a new instance of the SubComponentT class.
Top
Properties
  NameDescription
Public propertyBaseComponent
Gets or sets sets the GH_SwitcherComponent to which this SubComponent belongs.
Top
Methods
  NameDescription
Public methodBeforeSolveInstance
before solve the sub-component.
(Inherited from SubComponent.)
Public methoddisplay_name
displayed name of the sub-component in the drop-down menu.
(Inherited from SubComponent.)
Public methodDrawViewportWires
Draw object in the Viewport of Grasshopper.
(Inherited from SubComponent.)
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 methodname
identifier of the sub-component.
(Inherited from SubComponent.)
Public methodOnComponentLoaded
sets up initial state of the GUI.
(Inherited from SubComponent.)
Public methodregisterEvaluationUnits
register the input-plugs of the sub-component.
(Inherited from SubComponent.)
Protected methodSetup
To be called inside registerEvaluationUnit Base method for initializing menus and other attribute depending data. Override in derived class to initialize menus.
(Inherited from SubComponent.)
Public methodSolveInstance
solve the sub-component.
(Inherited from SubComponent.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
Inheritance Hierarchy
SystemObject
  Karamba.GHopper.Utilities.UIWidgetsSubComponent
    Karamba.GHopper.Utilities.UIWidgetsSubComponentT
      Karamba.GHopper.Loads.Beam.DeprecatedSubComponent_ConcentratedLoad_0_OBSOLETE
      Karamba.GHopper.Loads.Beam.DeprecatedSubComponent_GapLoad_0_OBSOLETE
      Karamba.GHopper.Loads.Beam.DeprecatedSubComponent_Imperfection_0_OBSOLETE
      Karamba.GHopper.Loads.Beam.DeprecatedSubComponent_PolylinearLoad_0_OBSOLETE
      Karamba.GHopper.Loads.Beam.DeprecatedSubComponent_TrapezoidalLoad_0_OBSOLETE
      Karamba.GHopper.Loads.BeamSubComponent_ConcentratedLoad
      Karamba.GHopper.Loads.BeamSubComponent_GapLoad
      Karamba.GHopper.Loads.BeamSubComponent_Imperfection
      Karamba.GHopper.Loads.BeamSubComponent_PolylinearLoad