Back to docs
Description Get the number of selected nodes in the model.
Parameters
Returns int: Number of selected nodes.
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
count = geometry.GetNoOfSelectedNodes()print(count)
© 2024 OpenStaad
Built with Reflex