GH_ScriptVariant Constructor (Point3d)

GH_ScriptVariant Constructor (Point3d)

Initializes a new instance of the GH_ScriptVariant class

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_ScriptVariant(
	Point3d val
)
Public Sub New ( 
	val As Point3d
)

Parameters

val
Type: Point3d
See Also