GH_GDI_Util Class

GH_GDI_Util Class

Contains some global function for filleting corners of GDI objects.
Inheritance Hierarchy
SystemObject
  Grasshopper.GUIGH_GDI_Util

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public sealed class GH_GDI_Util
Public NotInheritable Class GH_GDI_Util

The GH_GDI_Util type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBoxUnion
Create the outline of a set of boxes.
Public methodStatic memberFilletBoxOutline
Fillet all the corners of the combined outline of a set of rectangles.
Public methodStatic memberFilletPolyline(Point, Int32)
Fillet all the corners of a freeform outline.
Public methodStatic memberFilletPolyline(PointF, Single)
Fillet all the corners of a freeform outline.
Public methodStatic memberFilletRectangle
Create a rectangle with filleted corners.
Public methodStatic memberFreeform_Blob(IEnumerableRectangleF, Int32, Double)
Create a meta-ball outline for a set of rectangles.
Public methodStatic memberFreeform_Blob(IEnumerableRectangleF, Int32, Double, FieldSolver, Double)
Create a meta-ball outline for a set of rectangles.
Public methodStatic memberSimplifyBoxes
Create a simplified collection of Rectangles that describe the same union space as the supplied rectangles.
Top
See Also