|
GHUtilsconvert Method (IGH_Goo, Vector3)
|
Convert given item to Vector3. Return true in case of success.
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 Vector3 value
)
Public Shared Function convert (
item As IGH_Goo,
ByRef value As Vector3
) As Boolean
public:
static bool convert(
IGH_Goo^ item,
Vector3% value
)
static member convert :
item : IGH_Goo *
value : Vector3 byref -> bool
Parameters
- item
- Type: IGH_Goo
item to be converted - value
- Type: Karamba.GeometryVector3
resulting point
Return Value
Type:
Booleantrue on success
See Also