|
|
RuntimeComponentData Class |
Namespace: Karamba.GHopper.Utilities.UIWidgets
The RuntimeComponentData type exposes the following members.
| Name | Description | |
|---|---|---|
| RuntimeComponentData |
Initializes a new instance of the RuntimeComponentData class.
Create a new static component data instance.
|
| Name | Description | |
|---|---|---|
| CachedDescription |
Get cached component description.
| |
| CachedIcon |
Get cached component icon.
| |
| CachedName |
Get cached component name.
| |
| CachedNickname |
Get cached component nickname.
| |
| DynamicInputs |
Get component's dynamic inputs.
Contains those input parameters that do not belong the the component's
default input section.
| |
| DynamicOutputs |
Get component's dynamic outputs.
Contains those output parameters that do not belong the the component's
default output section.
| |
| StaticInputs |
Get component's default inputs.
Default inputs are those parameters that appear in the regular grasshopper
component input section.
| |
| StaticOutputs |
Get component's default ouputs.
Default outputs are those parameters that appear in the regular grasshopper
component output section.
|
| Name | Description | |
|---|---|---|
| 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.) | |
| GetComponentInputs | ||
| GetComponentInputSection | ||
| GetComponentOutputs | ||
| GetComponentOutputSection | ||
| 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.) | |
| PrepareWrite |
Temporarily remove active unit's parameters.
| |
| RegisterUnit |
Register given evaluation unit.
| |
| RestoreWrite |
Restore component.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UnregisterUnit |
Unregister given evaluation unit.
|