DisplayPipelineDrawBox Method (Box, Color) |
Draws the edges of a Box object.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void DrawBox(
Box box,
Color color
)
Public Sub DrawBox (
box As Box,
color As Color
)
Parameters
- box
- Type: Rhino.GeometryBox
Box to draw. - color
- Type: System.DrawingColor
Color to draw in.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also