TreeDelegatesPoint3dCoordinates Method |
Namespace:
Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static void Point3dCoordinates(
Point3d pt,
ref double x,
ref double y,
ref double z
)
Public Shared Sub Point3dCoordinates (
pt As Point3d,
ByRef x As Double,
ByRef y As Double,
ByRef z As Double
)
Parameters
- pt
- Type: Point3d
- x
- Type: SystemDouble
- y
- Type: SystemDouble
- z
- Type: SystemDouble
See Also