Click or drag to resize

Karamba.GHopper.Utilities Namespace

Classes that implement graphical user interfaces for various utility functions.
Classes
  ClassDescription
Public classBeam_Edge_Wrapper
Helper Class for the SimplifyBeam-component.
Public classCategoryName
Public classComponent_ClosestPoints
GH-component that connects each node to a given number of nearest neighbor nodes or neighbors within a specified distance.
Public classComponent_ClosestPointsMultiDim
GH-component that performs a multidimensional neighborhood search on a set of vectors.
Public classComponent_Collision
GH-component that intersects elements of a model.
Public classComponent_CroSecProps
GH-component that calculates the properties of arbitrary cross sections which are given by their outlines. The cross section geometry is assumed to lie in the YZ-plane. Polylines counter-clockwise with respect to the X-axis define positive areas, clock-wise polylines holes.
Public classComponent_LineLineIntersection
GH-component that intersects given lines and returns resulting end-points and pieces.
Public classComponent_LocalVector
GH-component that transforms a vector from global to local coordinate system. The latter is specified via a plane.
Public classComponent_MeshBreps
GH-component that meshes multiple Breps (Boundary Reps). Allows to include manifold edges and points.
Public classComponent_MeshBreps_II
GH-component that meshes a brep (Boundary Rep). Allows to include points.
Public classComponent_PrincipalTransform
intersects elements of a model.
Public classComponent_Remove_Lines
GH-component that eliminates identical lines from the given set of lines.
Public classComponent_Remove_Point
GH-component that eliminates identical points from the given set of points.
Public classComponent_SimplifyModel
GH-component that simplifies a model by straightening the connecting elements between nodes that connect to more than two neighbor nodes.
Public classComponent_UserIsoLines
GH-component that returns iso-lines at intersection point of given line with shell based on user supplied values.
Public classComponent_UserStreamLines
GH-component that returns stream lines at intersection point of given line with shell based on user supplied tangent vectors.
Public classCullCurves
GH-component that constructs closed cells from a set of lines.
Public classExtensionsUtilities
Public classFromGH
Removes GH-wrappers from lists of elements.
Public classGetCellsComponent_
GH-component that constructs closed cells from a set of lines.
Public classGHUtils
Public classMeshBreps
static class which contains the functionality of mesh-breps.
Public classPrioPoint
Helper class for LineLineIntersection-component.
Public classToGH
Converts lists of objects into equivalent GH-objects (wraps them).