|
|
SubComponent Class |
Namespace: Karamba.GHopper.Utilities.UIWidgets
The SubComponent type exposes the following members.
| Name | Description | |
|---|---|---|
| SubComponent | Initializes a new instance of the SubComponent class |
| Name | Description | |
|---|---|---|
| BeforeSolveInstance |
before solve the sub-component.
| |
| display_name |
displayed name of the sub-component in the drop-down menu.
| |
| DrawViewportWires |
Draw object in the Viewport of Grasshopper.
| |
| 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.) | |
| name |
identifier of the sub-component.
| |
| OnComponentLoaded |
sets up initial state of the GUI.
| |
| registerEvaluationUnits |
register the input-plugs of the sub-component.
| |
| Setup |
To be called inside registerEvaluationUnit
Base method for initializing menus and other attribute depending data.
Override in derived class to initialize menus.
| |
| SolveInstance |
solve the sub-component.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |