GH_Variant Constructor (Vector3d) | 
 
 Create a new Point variant.
 
 
    Namespace: 
   Grasshopper.Kernel.Expressions
    Assembly:
   Grasshopper (in Grasshopper.dll)
Syntaxpublic GH_Variant(
	Vector3d value
)
Public Sub New ( 
	value As Vector3d
)
Parameters
- value
 - Type: Vector3d
Value of Variant. 
See Also