Node3dTParentNode Property |
Gets the immediate parent of this node.
Root nodes have no parent.
Namespace:
Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public Node3d<T> ParentNode { get; }
Public ReadOnly Property ParentNode As Node3d(Of T)
Get
Property Value
Type:
Node3dT[Missing <value> documentation for "P:Grasshopper.Kernel.Geometry.SpatialTrees.Node3d`1.ParentNode"]
See Also