Click or drag to resize

Node3dTItemsLocal Property

Gets a list of all the items stored directly in this node. This list is constructed every time you access this property, so keep it down to a minimum.

Namespace:  Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public List<T> ItemsLocal { get; }

Property Value

Type: ListT

[Missing <value> documentation for "P:Grasshopper.Kernel.Geometry.SpatialTrees.Node3d`1.ItemsLocal"]

See Also