Grasshopper API
GH_ConvertToVector3d_Secondary Method |
Attempts to convert other data types into a Vector.
Data is not quaranteed to be duplicated.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static bool ToVector3d_Secondary( Object data, ref Vector3d rc )
Public Shared Function ToVector3d_Secondary ( data As Object, ByRef rc As Vector3d ) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert - rc
- Type: Vector3d
[out] Vector cast.
Return Value
Type: BooleanTrue on success, false o failure.
