Grasshopper API
GH_ConvertToCoordinates Method |
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static bool ToCoordinates( Object data, ref double x, ref double y, ref double z, ref double w )
Public Shared Function ToCoordinates ( data As Object, ByRef x As Double, ByRef y As Double, ByRef z As Double, ByRef w As Double ) As Boolean
Parameters
- data
- Type: SystemObject
- x
- Type: SystemDouble
- y
- Type: SystemDouble
- z
- Type: SystemDouble
- w
- Type: SystemDouble
Return Value
Type: Boolean