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