ComponentUtilities Class

Collection of utility methods for Grasshopper components.

Definition

Namespace: Karamba.GHopper.Utilities
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static class ComponentUtilities
Inheritance
Object    ComponentUtilities

Methods

GetElementIds(Boolean, String, ListIGH_Goo) Get the beam ids from the input
GetElementIds(ListIGH_Goo, ListString, String) converts list of generic objects into a list of strings. Splits string in case they contain '|'
SetToolbarVisibility Redraws the GH_Ribbon from GH_DocumentEditor according to the given visibility settings

See Also