Click or drag to resize

GHUtilsconvert Method (IGH_Goo, Line3)

Convert given item to a line. Return true if successful.

Namespace:  Karamba.GHopper.Utilities
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static bool convert(
	IGH_Goo item,
	ref Line3 value
)

Parameters

item
Type: IGH_Goo
item to be converted.
value
Type: Karamba.GeometryLine3
resulting line.

Return Value

Type: Boolean
true on success.
See Also