|
GHUtilsconvert Method (IGH_Goo, Line3)
|
Convert given item to a line. Return true if successful
Namespace:
Karamba.GHopper.Utilities
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic static bool convert(
IGH_Goo item,
ref Line3 value
)
Public Shared Function convert (
item As IGH_Goo,
ByRef value As Line3
) As Boolean
public:
static bool convert(
IGH_Goo^ item,
Line3% value
)
static member convert :
item : IGH_Goo *
value : Line3 byref -> bool
Parameters
- item
- Type: IGH_Goo
item to be converted - value
- Type: Karamba.GeometryLine3
resulting line
Return Value
Type:
Booleantrue on success
See Also