Click or drag to resize

GH_OrdinateDimension Constructor (GH_OrdinateDimension)

Create a duplicate of another GH_OrdinateDimension. This constructor also copies reference data.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_OrdinateDimension(
	GH_OrdinateDimension other
)

Parameters

other
Type: Grasshopper.Kernel.TypesGH_OrdinateDimension
GH_OrdinateDimension to duplicate
See Also