Click or drag to resize

GHUtils Class

[Missing <summary> documentation for "T:Karamba.GHopper.Utilities.GHUtils"]

Inheritance Hierarchy
SystemObject
  Karamba.GHopper.UtilitiesGHUtils

Namespace:  Karamba.GHopper.Utilities
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public class GHUtils

The GHUtils type exposes the following members.

Constructors
  NameDescription
Public methodGHUtils
Initializes a new instance of the GHUtils class
Top
Methods
  NameDescription
Public methodStatic memberconvert(IGH_Goo, Line3)
Convert given item to a line. Return true if successful
Public methodStatic memberconvert(IGH_Goo, Point3)
Convert given item to Point3D. Return true in case of success.
Public methodStatic memberconvert(IGH_Goo, Vector3)
Convert given item to Vector3. Return true in case of success.
Public methodStatic memberconvert(IGH_Goo, FemMaterial)
Convert given item to FemMaterial and return true if successful.
Public methodStatic memberconvert(IGH_Goo, Brep)
Convert given item to brep and return true if successful.
Public methodStatic memberconvert(IGH_Goo, Double)
Convert given item to double and return true if successful
Public methodStatic memberconvert(IGH_Goo, Int32)
Convert given item to integer and return true if successful
Public methodStatic memberconvert(IGH_Goo, String)
Convert given item to string and return true if successful.
Public methodStatic memberdrawAnnotation(IGH_PreviewArgs, Point3d, Transform, String, Color, Int32)
Draws a number at some entity in the Rhino Viewport
Public methodStatic memberdrawAnnotation(IGH_PreviewArgs, Point3d, Transform, String, Double, Color, Int32)
Draws a number at some entity in the Rhino Viewport
Public methodStatic memberdrawSupportSymbols
draws support symbols at a node
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberissueWarning
issues a warning in the Rhino text window
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberreadCroSecDataFromComponent_deprecated
deprecated:retrieve cross section data from component data
Public methodStatic memberreadDefaultCrosecTable
read the default cross section table and return its contents as a list of GH-cross sections
Public methodStatic memberreadDefaultMaterialTable
read the default materials table and return its contents as a list of GH-materials
Public methodStatic memberreadElementIDs(IGH_Goo, ListString, Boolean)
read element identifiers from list of strings or elements that have an identifier attached
Public methodStatic memberreadElementIDs(ListIGH_Goo, ListString, Boolean)
read element identifiers from list of strings or elements that have an identifier attached
Public methodStatic memberreadMaterialDataFromComponent(IGH_Goo, String, FemMaterial)
Public methodStatic memberreadMaterialDataFromComponent(ListIGH_Goo, ListString, ListFemMaterial)
Public methodStatic memberreadStrings
converts list of generic objects into a list of strings
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberuniqueVertexIndexes
checks list of points for duplicates with mutual distance less than LTol. Returns indexes of unique points
Top
See Also