|
GHUtilsconvert Method (IGH_Goo, NullableVector3)
|
Convert given item to Vector3. Return true in case of success.
Namespace:
Karamba.GHopper.Utilities
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic static bool convert(
IGH_Goo item,
ref Nullable<Vector3> value
)
Public Shared Function convert (
item As IGH_Goo,
ByRef value As Nullable(Of Vector3)
) As Boolean
public:
static bool convert(
IGH_Goo^ item,
Nullable<Vector3>% value
)
static member convert :
item : IGH_Goo *
value : Nullable<Vector3> byref -> bool
Parameters
- item
- Type: IGH_Goo
item to be converted. - value
- Type: SystemNullableVector3
resulting point.
Return Value
Type:
Booleantrue on success.
See Also