ObjectTable.AddBox Method (Box)

ObjectTableAddBox Method (Box)

Adds a box to the object table.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Guid AddBox(
	Box box
)
Public Function AddBox ( 
	box As Box
) As Guid

Parameters

box
Type: Rhino.GeometryBox
The box.

Return Value

Type: Guid
The ID.
Version Information

Rhino for Windows

Supported in: 6.8
See Also