Click or drag to resize

GH_FormatFormatCurve Method (Curve, String, String)

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static string FormatCurve(
	Curve data,
	string prefix = "",
	string name = "Curve"
)

Parameters

data
Type: Curve
prefix (Optional)
Type: SystemString
name (Optional)
Type: SystemString

Return Value

Type: String
See Also