Click or drag to resize

GH_PlaneDrawPlaneIcon Method

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static void DrawPlaneIcon(
	DisplayPipeline display,
	Plane plane,
	double size,
	Color edgeColour,
	Color fillColour
)

Parameters

display
Type: DisplayPipeline
plane
Type: Plane
size
Type: SystemDouble
edgeColour
Type: System.DrawingColor
fillColour
Type: System.DrawingColor
See Also