Click or drag to resize

TreeDelegates.Point2fCoordinates Method

Namespace:  Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static void Point2fCoordinates(
	Point2d pt,
	ref double x,
	ref double y,
	ref double z
)

Parameters

pt
Type: Point2d
x
Type: System.Double
y
Type: System.Double
z
Type: System.Double
See Also