DisplayPipeline.DrawBox Method (Box, Color, Int32)

DisplayPipelineDrawBox Method (Box, Color, Int32)

Draws the edges of a Box object.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void DrawBox(
	Box box,
	Color color,
	int thickness
)
Public Sub DrawBox ( 
	box As Box,
	color As Color,
	thickness As Integer
)

Parameters

box
Type: Rhino.GeometryBox
Box to draw.
color
Type: System.DrawingColor
Color to draw in.
thickness
Type: SystemInt32
Thickness (in pixels) of box edges.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also