|
|
GHUtils Class |
[Missing <summary> documentation for "T:Karamba.GHopper.Utilities.GHUtils"]
Namespace: Karamba.GHopper.Utilities
The GHUtils type exposes the following members.
| Name | Description | |
|---|---|---|
| AddMessage | ||
| AddMessageLevel |
return the more severe of the two message levels.
| |
| convert(IGH_Goo, Line3) |
Convert given item to a line. Return true if successful.
| |
| convert(IGH_Goo, Plane3) |
Convert given item to a plane. Return true if successful.
| |
| convert(IGH_Goo, Point3) |
Convert given item to Point3D. Return true in case of success.
| |
| convert(IGH_Goo, Vector3) |
Convert given item to Vector3. Return true in case of success.
| |
| convert(IGH_Goo, FemMaterial) |
Convert given item to FemMaterial and return true if successful.
| |
| convert(IGH_Goo, Brep) |
Convert given item to brep and return true if successful.
| |
| convert(IGH_Goo, Double) |
Convert given item to double and return true if successful.
| |
| convert(IGH_Goo, Int32) |
Convert given item to integer and return true if successful.
| |
| convert(IGH_Goo, NullableVector3) |
Convert given item to Vector3. Return true in case of success.
| |
| convert(IGH_Goo, String) |
Convert given item to string and return true if successful.
| |
| DrawAnnotation(IGH_PreviewArgs, Point3d, Transform, String, Color, Int32) |
Draws a number at some entity in the Rhino Viewport.
| |
| DrawAnnotation(IGH_PreviewArgs, Point3d, Transform, String, Double, Color, Int32) |
Draws a number at some entity in the Rhino Viewport.
| |
| 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.) | |
| GetLineInput |
convert a curve into a list of straight lines.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| issueWarning |
issues a warning in the Rhino text window.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| readCroSecDataFromComponent_deprecated |
deprecated:retrieve cross section data from component data.
| |
| readDefaultCrosecTable |
read the default cross section table and return its contents as a list of GH-cross sections.
| |
| readDefaultMaterialTable |
read the default materials table and return its contents as a list of GH-materials.
| |
| readElementIDs(IGH_Goo, ListString, Boolean) |
read element identifiers from list of strings or elements that have an identifier attached.
| |
| readElementIDs(ListIGH_Goo, ListString, Boolean) |
read element identifiers from list of strings or elements that have an identifier attached.
| |
| ReadElemIDInput |
Inputs element identifiers from a given plug.
| |
| ReadGenericElemIDInputItem |
Inputs an element identifiers from a given plug of generic type.
| |
| ReadGenericElemIDInputList |
Inputs a list of element identifiers from a given plug of generic type.
| |
| ReadLCInput |
read the load-case-input from a given input-plug. The default load-case is the first on the list
of the LC-Combinator.
| |
| readMaterialDataFromComponent(IGH_Goo, String, FemMaterial) | ||
| readMaterialDataFromComponent(ListIGH_Goo, ListString, ListFemMaterial) | ||
| ReadNodeIndexItem |
Read the return the node index from a given input-plug which can be input as an index or point-coordinate.
| |
| ReadNodeIndexList |
Read the return the list of node indexes from a given input-plug which can be input as indexes or point-coordinates.
| |
| readStrings |
converts list of generic objects into a list of strings.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| uniqueVertexIndexes |
checks list of points for duplicates with mutual distance less than LTol. Returns indexes of unique points.
|