Grasshopper API
GH_ConvertToVector3d Method |
Convert data into Rhino.Geometry.Vector3d.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static bool ToVector3d( Object data, ref Vector3d rc, GH_Conversion conversion_level )
Public Shared Function ToVector3d ( data As Object, ByRef rc As Vector3d, conversion_level As GH_Conversion ) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert - rc
- Type: Vector3d
- conversion_level
- Type: Grasshopper.KernelGH_Conversion
Level of conversion.
Return Value
Type: Boolean