Skip to content

Coordinates3d.T.

Delegate for coordinate retrieval.

Namespace: Grasshopper.Kernel.Geometry.SpatialTrees

Assembly: Grasshopper (in Grasshopper.dll)

Syntax

public delegate void Coordinates3d<T>(
T element,
out double x,
out double y,
out double z
)

element

Type:T
Element to retrieve coordinates from.

x

Type:System.Double.
X coordinate of element.

y

Type:System.Double.
Y coordinate of element.

z

Type:System.Double.
Z coordinate of element.

T

Element type.