ObjectTable.AddRectangle Method (Rectangle3d)

ObjectTableAddRectangle Method (Rectangle3d)

Adds a rectangle to the object table.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Guid AddRectangle(
	Rectangle3d rectangle
)
Public Function AddRectangle ( 
	rectangle As Rectangle3d
) As Guid

Parameters

rectangle
Type: Rhino.GeometryRectangle3d
The rectangle.

Return Value

Type: Guid
The ID.
Version Information

Rhino for Windows

Supported in: 6.8
See Also