Click or drag to resize

GH_GDI_UtilFreeform_Blob Method (IEnumerableRectangleF, Int32, Double)

Create a meta-ball outline for a set of rectangles.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static GraphicsPath Freeform_Blob(
	IEnumerable<RectangleF> content,
	int padding,
	double accuracy
)

Parameters

content
Type: System.Collections.GenericIEnumerableRectangleF
Rectangles to encompass.
padding
Type: SystemInt32
Number of units to add to each box.
accuracy
Type: SystemDouble
Pixel accuracy for isosurface outlines. 3 is a good value for 1:1 UI.

Return Value

Type: GraphicsPath
A graphics path describing all iso-surfaces.
See Also