Click or drag to resize

GH_Dimension Constructor (Guid)

Create a new referenced dimension that references a Rhino dimension with the specified ID.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Dimension(
	Guid ref_guid
)

Parameters

ref_guid
Type: SystemGuid
ID of dimension object to reference.
See Also