GH_Format.FormatGeometry Method

GH_FormatFormatGeometry Method

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static string FormatGeometry(
	IGH_GeometricGoo data
)
Public Shared Function FormatGeometry ( 
	data As IGH_GeometricGoo
) As String

Parameters

data
Type: Grasshopper.Kernel.TypesIGH_GeometricGoo

Return Value

Type: String
See Also