GH_ComponentParamServer Methods |
The GH_ComponentParamServer type exposes the following members.
Name | Description | |
---|---|---|
AccessCount |
Returns the total number of input parameters that match the access mask.
| |
Clear |
Removes all input and output parameters.
| |
Clear(Boolean) |
Removes all input and output parameters.
| |
CreateDuplicate |
Attempts to duplicate a parameter. Attributes will be ignored.
Warning! The duplicate will have the same ID as the original!
| |
EmitSyncObject |
Create a synch object that stores a shallow representation of this server.
Cache this object if you're planning to make sweeping changes to this param-server.
Then, once you are finished call the Sync() function to perform cleanup of
removed parameters. This is a utility function and you can choose to perform
cleanup yourself.
| |
Find |
Find the parameter that has the given InstanceGuid.
| |
GetEnumerator |
Gets a customized enumerator which iterates over all (both input and output) parameters.
| |
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetHashCode(GH_ParamHashFields) |
Creates a SHA1 hash from the parameter data.
| |
IndexOfInputParam(Guid) |
Finds the index of the input parameter that matches the specified search mask.
| |
IndexOfInputParam(String) |
Finds the index of the input parameter that matches the specified search mask.
| |
IndexOfOutputParam(Guid) |
Finds the index of the output parameter that matches the specified search mask.
| |
IndexOfOutputParam(String) |
Finds the index of the output parameter that matches the specified search mask.
| |
InventUniqueNickname(String, IEnumerableIGH_Param) |
Create a new, unique parameter name.
| |
InventUniqueNickname(String, IEnumerableString) |
Create a new, unique parameter name.
| |
IsInputParam |
Returns True if this parameter is an input child of the component
| |
IsOutputParam |
Returns True if this parameter is an output child of the component
| |
IsParam |
Returns True if this parameter is a child of the component
| |
OnParametersChanged |
Call this function when you change input/output parameter lists or types.
This function will wipe all caches that are potentially invalid.
PerformLayout on the component attributes will be called.
| |
Read |
Read all parameter data from an IO archive.
| |
RegisterInputParam(IGH_Param) |
Add a parameter to the end of the input list.
| |
RegisterInputParam(IGH_Param, Int32) |
Add a parameter at the specific index of the input list.
| |
RegisterOutputParam(IGH_Param) |
Add a parameter to the end of the output list.
| |
RegisterOutputParam(IGH_Param, Int32) |
Add a parameter at the specific index of the output list.
| |
RepairParamAssociations |
Makes sure all parameter attributes are a-ok.
If you stick to regular functions, you shouldn't have to call this.
| |
RepairProxyParams |
Attempt to fix all proxy params. Returns false if a single one fails.
| |
SortInput(Double) |
Sort the input parameter order based on a numeric key array.
| |
SortInput(Int32) |
Sort the input parameter order based on a numeric key array.
| |
SortInput(Single) |
Sort the input parameter order based on a numeric key array.
| |
SortOutput(Double) |
Sort the input parameter order based on a numeric key array.
| |
SortOutput(Int32) |
Sort the output parameter order based on a numeric key array.
| |
SortOutput(Single) |
Sort the output parameter order based on a numeric key array.
| |
Sync(GH_ComponentParamServerIGH_SyncObject) |
Sync changes from a prerecorded state.
All param references in the sync object which are no longer
present in the current server will be properly deleted.
The sync object will be reset in the process, so you can only call this function
with a specific Sync object once.
| |
Sync(Object) |
Sync changes from a prerecorded state.
All param references in the sync object which are no longer
present in the current server will be properly deleted.
The sync object will be reset in the process, so you can only call this function
with a specific Sync object once.
| |
Sync(GH_ComponentParamServerIGH_SyncObject, Int32) |
Sync changes from a prerecorded state.
All param references in the sync object which are no longer
present in the current server will be properly deleted.
The sync object will be reset in the process, so you can only call this function
with a specific Sync object once.
| |
UnregisterInputParameter(IGH_Param) |
Removes the specified parameter from this component.
| |
UnregisterInputParameter(IGH_Param, Boolean) |
Removes the specified parameter from this component.
| |
UnregisterOutputParameter(IGH_Param) |
Removes the specified parameter from this component.
| |
UnregisterOutputParameter(IGH_Param, Boolean) |
Removes the specified parameter from this component.
| |
UnregisterParameter(IGH_Param) |
Removes the specified parameter from this component.
| |
UnregisterParameter(IGH_Param, Boolean) |
Removes the specified parameter from this component.
| |
Write |
Write all parameter data to an IO archive.
| |
WriteParamHashData |
Write parameter data to a binary writer.
|