TreeDelegates.Node3Coordinates Method |
Namespace:
Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic static void Node3Coordinates(
Node3 pt,
ref double x,
ref double y,
ref double z
)
Public Shared Sub Node3Coordinates (
pt As Node3,
ByRef x As Double,
ByRef y As Double,
ByRef z As Double
)
Parameters
- pt
- Type: Node3
- x
- Type: System.Double
- y
- Type: System.Double
- z
- Type: System.Double
See Also