|
|
GHUtils Class |
[Missing <summary> documentation for "T:Karamba.GHopper.Utilities.GHUtils"]
Namespace: Karamba.GHopper.Utilities
The GHUtils type exposes the following members.
| Name | Description | |
|---|---|---|
| convert(IGH_Goo, Line3) |
Convert given item to a line. 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, 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
| |
| drawSupportSymbols |
draws support symbols at a node
| |
| 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.) | |
| 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
| |
| readMaterialDataFromComponent(IGH_Goo, String, FemMaterial) | ||
| readMaterialDataFromComponent(ListIGH_Goo, ListString, ListFemMaterial) | ||
| 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
|