Click or drag to resize

GHUtilsconvert Method (IGH_Goo, Plane3)

Convert given item to a plane. 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 Plane3 value
)

Parameters

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

Return Value

Type: Boolean
true on success.
See Also