Click or drag to resize

GH_InstanceReference Constructor (InstanceReferenceGeometry, ModelInstanceDefinition)

Create a new instance reference with the specified instance-reference-geometry and instance-definition.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_InstanceReference(
	InstanceReferenceGeometry iref,
	ModelInstanceDefinition idef
)

Parameters

iref
Type: InstanceReferenceGeometry
instance reference geometry to reference.
idef
Type: Grasshopper.Rhinoceros.ModelModelInstanceDefinition
instance definition to reference.
See Also