Click or drag to resize

GH_InstanceReference Constructor

Overload List
  NameDescription
Public methodGH_InstanceReference
Default constructor, creates an invalid instance reference.
Public methodGH_InstanceReference(GH_InstanceReference)
Create a duplicate of another GH_InstanceReference. This constructor also copies reference data.
Public methodGH_InstanceReference(Guid)
Create a new reference to a Rhino instance reference with the specified ID.
Public methodGH_InstanceReference(InstanceReferenceGeometry)
Create a new reference to a Rhino instance reference with the specified ID.
Public methodGH_InstanceReference(Transform)
Create a duplicate of an existing instance reference.
Public methodGH_InstanceReference(InstanceReferenceGeometry, ModelInstanceDefinition)
Create a new reference to a Rhino instance reference with the specified ID.
Top
See Also