GH_Capsule.SetJaggedEdges Method

GH_CapsuleSetJaggedEdges Method

Assign left and right jagged edges.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void SetJaggedEdges(
	bool left,
	bool right
)
Public Sub SetJaggedEdges ( 
	left As Boolean,
	right As Boolean
)

Parameters

left
Type: SystemBoolean
right
Type: SystemBoolean
See Also