OPS

HomeDocsSupport

OPS

Back to docs

GetNodeIncidence

Description Get the incidence (x, y, z) of a given node. Note: This method is equivalent to GetNodeCoordinates.

Parameters

  • node (int): The node number to retrieve incidence for.

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)

What is OPS?GitHubSupport

© 2024 OpenStaad

Built with Reflex