GH_ColourCube.RenderBackEdges Method

GH_ColourCubeRenderBackEdges Method

Render the edges of the back face creases.

Namespace:  Grasshopper.GUI.Base
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void RenderBackEdges(
	Graphics G
)
Public Sub RenderBackEdges ( 
	G As Graphics
)

Parameters

G
Type: System.DrawingGraphics
Graphics object to draw with
See Also