Click or drag to resize

GH_LinearDimension Constructor (GH_LinearDimension)

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

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

Parameters

other
Type: Grasshopper.Kernel.TypesGH_LinearDimension
GH_LinearDimension to duplicate
See Also