Back to docs
Description Get the incidence (x, y, z) of a given node. Note: This method is equivalent to GetNodeCoordinates.
Parameters
Returns tuple: A tuple of (x, y, z) incidence values, rounded to 3 decimals.
Example To use this function see the following example:
from openstaad import Geometry
# Instanciate the Geometry module
geometry= Geometry()
#Execute the function from geometry module
x, y, z = geometry.GetNodeIncidence(2)print(x,y,z)
© 2024 OpenStaad
Built with Reflex