Back to docs
Adds a node with specified coordinates in the current model
This function adds a node with the specified coordinates to the current model and returns the node number automatically assigned.
# Example usage of AddNode
from openstaad import Geometry
# Instanciar el módulo Geometry
geometry = Geometry()
# Ejecutar la función desde el módulo geometry
node_id = geometry.AddNode(fCoordX, fCoordY, fCoordZ)© 2024 OpenStaad
Built with Reflex