Click or drag to resize

GH_StructureTShallowDuplicate Method

Create a structure with a similar topology to this one with pointers to the same data items.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Structure<T> ShallowDuplicate()

Return Value

Type: GH_StructureT
See Also