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:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
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 memberAddMessage
Public methodStatic memberAddMessageLevel
return the more severe of the two message levels.
Public methodStatic memberconvert(IGH_Goo, Line3)
Convert given item to a line. Return true if successful.
Public methodStatic memberconvert(IGH_Goo, Plane3)
Convert given item to a plane. 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, NullableVector3)
Convert given item to Vector3. Return true in case of success.
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 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 methodStatic memberGetLineInput
convert a curve into a list of straight lines.
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 memberReadElemIDInput
Inputs element identifiers from a given plug.
Public methodStatic memberReadGenericElemIDInputItem
Inputs an element identifiers from a given plug of generic type.
Public methodStatic memberReadGenericElemIDInputList
Inputs a list of element identifiers from a given plug of generic type.
Public methodStatic memberReadLCInput
read the load-case-input from a given input-plug. The default load-case is the first on the list of the LC-Combinator.
Public methodStatic memberreadMaterialDataFromComponent(IGH_Goo, String, FemMaterial)
Public methodStatic memberreadMaterialDataFromComponent(ListIGH_Goo, ListString, ListFemMaterial)
Public methodStatic memberReadNodeIndexItem
Read the return the node index from a given input-plug which can be input as an index or point-coordinate.
Public methodStatic memberReadNodeIndexList
Read the return the list of node indexes from a given input-plug which can be input as indexes or point-coordinates.
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