HostUtils.DebugDumpToString Method (GeometryBase)

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)
Syntax
public static string DebugDumpToString(
	GeometryBase geometry
)
Public Shared Function DebugDumpToString ( 
	geometry As GeometryBase
) As String

Parameters

geometry
Type: Rhino.GeometryGeometryBase
Some geometry.

Return Value

Type: String
A debug dump text.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also