GH_Format.FormatPoint Method (Point3d)

GH_FormatFormatPoint Method (Point3d)

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

Parameters

data
Type: Point3d

Return Value

Type: String
See Also