Click or drag to resize

HostUtilsDebugDumpToString Method (GeometryBase)

Gets the debug dumps. This is a text description of the geometric contents. DebugDump() is intended for debugging and is not suitable for creating high quality text descriptions of an object.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static string DebugDumpToString(
	GeometryBase geometry
)

Parameters

geometry
Type: Rhino.GeometryGeometryBase
Some geometry.

Return Value

Type: String
A debug dump text.
See Also