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