Click or drag to resize

RhinoObjectDescription Method

Get a brief description of a object, including it's attributes and geometry.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void Description(
	TextLog textLog
)

Parameters

textLog
Type: Rhino.FileIOTextLog
A text log for collecting the description.
See Also