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()
Public Function ShallowDuplicate As GH_Structure(Of T)
Return Value
Type:
GH_StructureTSee Also